Versuche Startbildschirm
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,13 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.control.TextField?>
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?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">
|
||||
|
||||
<Button>
|
||||
Start
|
||||
</Button>
|
||||
<ImageView>
|
||||
<image>
|
||||
<Image url="@pics/Background.png" />
|
||||
<Image url="@pics/Background.png"></Image>
|
||||
</image>
|
||||
</ImageView>
|
||||
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user