This commit is contained in:
2025-09-02 18:12:49 +03:30
parent 0ab8f38011
commit e62ffbc655
6 changed files with 271 additions and 1829 deletions
@@ -40,7 +40,7 @@ public class LoginController {
visiblePasswordField.textProperty().bindBidirectional(passwordField.textProperty());
try {
connection = new ClientConnection("localhost", 8000);
connection = new ClientConnection("localhost", 8080);
} catch (Exception e) {
System.out.println("Could not connect to server: " + e.getMessage());
}