Added: newGame button, first-impl, no-resizable, newGame can be done better , (say set root)

This commit is contained in:
rubenpirreram
2026-05-23 20:51:34 +02:00
parent dc1e448c26
commit 795c71e0e0
@@ -15,7 +15,7 @@ public class ClientLauncherGUI {
public static class GUIApp extends Application {
@Override
public void start(Stage stage) throws Exception {
GUI view = new GUI(stage);
GUI view = new GUI();
ClientController controller = new ClientController(view);
view.setController(controller);
view.start(stage);