Skip to content
Snippets Groups Projects
Commit 2ca7d202 authored by Eilert Tunheim's avatar Eilert Tunheim
Browse files

Merge branch 'Eilerts_branch' into 'master'

created GUI folder in resources

See merge request mesji/bacheloroppgave_2022!10
parents a9060423 b5428f48
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@ public class Main extends Application {
public void start(Stage primaryStage) throws Exception {
// Loading the GUI-fxml file from resources
Parent root = FXMLLoader.load(Objects.requireNonNull(getClass().getResource("/com.application/graphical_user_interface.fxml")));
Parent root = FXMLLoader.load(Objects.requireNonNull(getClass().getResource("/com.application/GUI/graphical_user_interface.fxml")));
// Sets the scene and defines boundaries
Scene scene = new Scene(root, 1200, 600);
......
File added
No preview for this file type
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