|
@ -0,0 +1,35 @@ |
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
|
|
|
|
|
|
|
<?import javafx.scene.control.Button?> |
|
|
|
|
|
<?import javafx.scene.control.Label?> |
|
|
|
|
|
<?import javafx.scene.control.Menu?> |
|
|
|
|
|
<?import javafx.scene.control.MenuBar?> |
|
|
|
|
|
<?import javafx.scene.control.TextField?> |
|
|
|
|
|
<?import javafx.scene.layout.AnchorPane?> |
|
|
|
|
|
<?import javafx.scene.layout.VBox?> |
|
|
|
|
|
|
|
|
|
|
|
<VBox prefHeight="400.0" prefWidth="640.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1"> |
|
|
|
|
|
<children> |
|
|
|
|
|
<MenuBar VBox.vgrow="NEVER"> |
|
|
|
|
|
<menus> |
|
|
|
|
|
<Menu mnemonicParsing="false" text="File"> |
|
|
|
|
|
<graphic> |
|
|
|
|
|
<Button mnemonicParsing="false" text="zurück" /> |
|
|
|
|
|
</graphic> |
|
|
|
|
|
</Menu> |
|
|
|
|
|
</menus> |
|
|
|
|
|
</MenuBar> |
|
|
|
|
|
<AnchorPane maxHeight="-1.0" maxWidth="-1.0" prefHeight="-1.0" prefWidth="-1.0" VBox.vgrow="ALWAYS"> |
|
|
|
|
|
<children> |
|
|
|
|
|
<Label layoutX="14.0" layoutY="14.0" prefHeight="54.0" prefWidth="597.0" text="Willkommen! Bitte trage deine Karten in der unten gezeigte Form ein. Gibt es keine zweite Antwort, so lassen Sie das Feld frei. " /> |
|
|
|
|
|
<TextField layoutX="14.0" layoutY="84.0" prefHeight="27.0" prefWidth="597.0" promptText="Name" /> |
|
|
|
|
|
<TextField layoutX="14.0" layoutY="123.0" prefHeight="27.0" prefWidth="597.0" promptText="Frage" /> |
|
|
|
|
|
<TextField layoutX="14.0" layoutY="164.0" prefHeight="27.0" prefWidth="597.0" promptText="Antwort 1" /> |
|
|
|
|
|
<TextField layoutX="14.0" layoutY="200.0" prefHeight="27.0" prefWidth="597.0" promptText="Antwort 2" /> |
|
|
|
|
|
<TextField layoutX="14.0" layoutY="236.0" prefHeight="27.0" prefWidth="597.0" promptText="Antwort 3" /> |
|
|
|
|
|
<TextField layoutX="14.0" layoutY="275.0" prefHeight="27.0" prefWidth="597.0" promptText="Antwort 4" /> |
|
|
|
|
|
<Button layoutX="277.0" layoutY="319.0" mnemonicParsing="false" text="absenden" /> |
|
|
|
|
|
</children> |
|
|
|
|
|
</AnchorPane> |
|
|
|
|
|
</children> |
|
|
|
|
|
</VBox> |