This commit is contained in:
2024-01-19 12:27:16 +01:00
parent a8e9d0ada4
commit 509dc31d62
3 changed files with 33 additions and 3 deletions

View File

@@ -180,8 +180,6 @@ public class EssensverwaltungMitarbeiterView {
}
}
tagesplan.getStyleClass().add("essensuebersicht_gridlines");
}

View File

@@ -15,6 +15,10 @@ public class VerwaltungApplication extends Application {
private static Stage stage;
public static void abmelden(){
VerwaltungApplication.sceneWechseln("login-view.fxml");
}
@Override
public void start(Stage stage) throws IOException {
FXMLLoader fxmlLoader = new FXMLLoader(VerwaltungApplication.class.getResource("login-view.fxml"));