Startbildschirm auf Code-Behind

This commit is contained in:
2021-11-22 15:13:22 +01:00
parent 007413e2d1
commit c070a72d91
11 changed files with 24 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
<?import javafx.scene.image.*?>
<?import javafx.scene.layout.*?>
<VBox prefHeight="800.0" prefWidth="700.0" xmlns="http://javafx.com/javafx/11.0.2" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.example.happy_bird.HappyBird">
<StackPane prefHeight="800.0" prefWidth="700.0" xmlns="http://javafx.com/javafx/11.0.2" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.example.happy_bird.HappyBird" back >
<ImageView>
<image>
@@ -11,4 +11,4 @@
</image>
</ImageView>
</VBox>
</StackPane>