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

created GUI folder in resources

parent a9060423
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