Skip to content
Snippets Groups Projects
Commit 18748f37 authored by Jan's avatar Jan Committed by Nick
Browse files

updated game logic to gui connection

parent c35f7a91
No related branches found
No related tags found
1 merge request!2Fehler fix
......@@ -20,6 +20,7 @@ public class TicTacToe extends Application {
@Override
public void start(Stage primaryStage) throws Exception {
FXMLLoader loader = new FXMLLoader(getClass().getResource("Scene.fxml"));
loader.setController(new SceneController());
Parent root = loader.load();
// Controller-Instanz holen und initialisieren
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment