Skip to content
Snippets Groups Projects
Commit 7bbaf9fe authored by Karin Pettersen's avatar Karin Pettersen
Browse files

Merge branch 'Karins_branch' into 'master'

Karins branch

See merge request mesji/bacheloroppgave_2022!13
parents fc2bacb2 7cef3c79
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@ public class Main extends Application {
// Loading the GUI-fxml file from resources
Parent root = FXMLLoader.load(Objects.requireNonNull(getClass().getResource("/com.application/GUI/graphical_user_interface.fxml")));
// Loading the GUI-fxml file from resources
root = FXMLLoader.load(Objects.requireNonNull(getClass().getResource("/com.application/GUI/input.fxml")));
// Sets the scene and defines boundaries
Scene scene = new Scene(root, 1200, 600);
......
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