Fixed MainApplication the second
This commit is contained in:
parent
3c0ebd24d7
commit
22e7d30678
@ -21,8 +21,6 @@ public class MainApplication extends Application {
|
|||||||
MainApplication.class.getResource("main-view.css")).toExternalForm());
|
MainApplication.class.getResource("main-view.css")).toExternalForm());
|
||||||
stage.setTitle("SharePlaner");
|
stage.setTitle("SharePlaner");
|
||||||
stage.setScene(scene);
|
stage.setScene(scene);
|
||||||
//wieder löschen
|
|
||||||
stage.show();
|
|
||||||
|
|
||||||
FXMLLoader fxmlLoaderLogin = new FXMLLoader(MainApplication.class.getResource("../users/login.fxml"));
|
FXMLLoader fxmlLoaderLogin = new FXMLLoader(MainApplication.class.getResource("../users/login.fxml"));
|
||||||
Scene sceneLogin = new Scene(fxmlLoaderLogin.load(), 650, 500);
|
Scene sceneLogin = new Scene(fxmlLoaderLogin.load(), 650, 500);
|
||||||
|
Loading…
Reference in New Issue
Block a user