|
|
|
@ -45,6 +45,11 @@ public class App extends Application {
|
|
|
|
loadStart(App.stage);
|
|
|
|
loadStart(App.stage);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* Initiation
|
|
|
|
|
|
|
|
* @param stage
|
|
|
|
|
|
|
|
* @throws IOException
|
|
|
|
|
|
|
|
*/
|
|
|
|
public void loadStart(Stage stage) throws IOException {
|
|
|
|
public void loadStart(Stage stage) throws IOException {
|
|
|
|
FXMLLoader loader = new FXMLLoader(App.class.getResource("/visualiser/scenes/main.fxml"));
|
|
|
|
FXMLLoader loader = new FXMLLoader(App.class.getResource("/visualiser/scenes/main.fxml"));
|
|
|
|
Parent root = loader.load();
|
|
|
|
Parent root = loader.load();
|
|
|
|
|