Added: newGame button, first-impl, no-resizable, newGame can be done better , (say set root)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user