fix?
This commit is contained in:
@@ -180,8 +180,6 @@ public class EssensverwaltungMitarbeiterView {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
tagesplan.getStyleClass().add("essensuebersicht_gridlines");
|
||||
}
|
||||
|
||||
|
@@ -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"));
|
||||
|
Reference in New Issue
Block a user