|
|
|
@ -66,7 +66,7 @@ public class App extends Application
|
|
|
|
//load the first container
|
|
|
|
//load the first container
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
FXMLLoader loader = new FXMLLoader();
|
|
|
|
FXMLLoader loader = new FXMLLoader();
|
|
|
|
InputStream in = getClass().getClassLoader().getResourceAsStream("scenes/mainpane.fxml");
|
|
|
|
InputStream in = getClass().getClassLoader().getResourceAsStream("scenes//mainpane.fxml");
|
|
|
|
mainContainer = (BorderPane) loader.load(in);
|
|
|
|
mainContainer = (BorderPane) loader.load(in);
|
|
|
|
mainScene = new Scene(mainContainer, 800, 600);
|
|
|
|
mainScene = new Scene(mainContainer, 800, 600);
|
|
|
|
primaryStage.setScene(mainScene);
|
|
|
|
primaryStage.setScene(mainScene);
|
|
|
|
|