Views & Controller erstellt

This commit is contained in:
2023-01-27 14:36:10 +01:00
parent c7d0514c43
commit 67b3637505
9 changed files with 294 additions and 411 deletions

View File

@@ -18,7 +18,7 @@ public class HelloApplication extends Application {
public void start(Stage stage) throws IOException {
FXMLLoader fxmlLoader = new FXMLLoader(HelloApplication.class.getResource("login-view.fxml"));
Scene scene = new Scene(fxmlLoader.load(), 950,480);
primary = stage;
//stage = primary;
stage.setTitle("Essen Bestellung im Kindergarten");
stage.setScene(scene);
stage.show();