Fixed MainApplication the second

This commit is contained in:
Marco Kühn 2022-01-18 12:56:43 +01:00
parent 3c0ebd24d7
commit 22e7d30678

View File

@ -21,8 +21,6 @@ public class MainApplication extends Application {
MainApplication.class.getResource("main-view.css")).toExternalForm());
stage.setTitle("SharePlaner");
stage.setScene(scene);
//wieder löschen
stage.show();
FXMLLoader fxmlLoaderLogin = new FXMLLoader(MainApplication.class.getResource("../users/login.fxml"));
Scene sceneLogin = new Scene(fxmlLoaderLogin.load(), 650, 500);