Addition of 'sixmeanings.FXML'.
This commit is contained in:
parent
2cbd2d6a40
commit
fdaa8dc039
1 changed files with 42 additions and 0 deletions
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.control.Button?>
|
||||
<?import javafx.scene.control.Label?>
|
||||
<?import javafx.scene.control.TitledPane?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.Pane?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
|
||||
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
|
||||
<children>
|
||||
<TitledPane animated="false" prefHeight="400.0" prefWidth="600.0" text="Learn">
|
||||
<content>
|
||||
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" />
|
||||
</content>
|
||||
</TitledPane>
|
||||
<AnchorPane prefHeight="400.0" prefWidth="600.0">
|
||||
<children>
|
||||
<Label layoutX="228.0" layoutY="73.0" text="Welsh Word">
|
||||
<font>
|
||||
<Font name="System Bold" size="25.0" />
|
||||
</font>
|
||||
</Label>
|
||||
<Button layoutX="252.0" layoutY="149.0" mnemonicParsing="false" text="English Word 2" />
|
||||
<Button layoutX="464.0" layoutY="149.0" mnemonicParsing="false" text="English Word 3" />
|
||||
<Button layoutX="53.0" layoutY="149.0" mnemonicParsing="false" text="English Word 1" />
|
||||
<Button layoutX="53.0" layoutY="267.0" mnemonicParsing="false" text="English Word 4" />
|
||||
<Button layoutX="252.0" layoutY="267.0" mnemonicParsing="false" text="English Word 5" />
|
||||
<Button layoutX="464.0" layoutY="267.0" mnemonicParsing="false" text="English Word 6" />
|
||||
</children>
|
||||
</AnchorPane>
|
||||
<Text layoutX="469.0" layoutY="51.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Correct Guesses: 0" />
|
||||
<Text layoutX="469.0" layoutY="68.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Incorrect Guesses: 0" />
|
||||
<Text fill="#8d8d8d" layoutX="238.0" layoutY="360.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Six Meanings">
|
||||
<font>
|
||||
<Font name="System Italic" size="22.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</Pane>
|
Reference in a new issue