Hallo #24
@ -21,7 +21,7 @@ public class HauptmenueMitarbeiterView {
|
||||
private String year;
|
||||
|
||||
/**
|
||||
* Ruft die Methode zum Befüllen der Ansicht auf
|
||||
* Ruft die Methode zum Befüllen der Ansicht auf der Hauptseite auf
|
||||
* @author Max Heer
|
||||
*/
|
||||
public void initialize(){
|
||||
@ -63,7 +63,7 @@ public class HauptmenueMitarbeiterView {
|
||||
}
|
||||
|
||||
public void onAbmelden(ActionEvent actionEvent) {
|
||||
//VerwaltungApplication.abmelden();
|
||||
VerwaltungApplication.abmelden();
|
||||
}
|
||||
|
||||
public void onAccountAnlegenClick(ActionEvent actionEvent) {
|
||||
|
@ -21,7 +21,7 @@ public class VerwaltungApplication extends Application {
|
||||
|
||||
@Override
|
||||
public void start(Stage stage) throws IOException {
|
||||
FXMLLoader fxmlLoader = new FXMLLoader(VerwaltungApplication.class.getResource("essensverwaltung_eltern-view.fxml"));
|
||||
FXMLLoader fxmlLoader = new FXMLLoader(VerwaltungApplication.class.getResource("login-view.fxml"));
|
||||
Scene scene = new Scene(fxmlLoader.load());
|
||||
|
||||
stage.setWidth(960);
|
||||
|
Loading…
Reference in New Issue
Block a user