|
|
|
|
@ -21,7 +21,7 @@
|
|
|
|
|
<opaqueInsets>
|
|
|
|
|
<Insets />
|
|
|
|
|
</opaqueInsets>
|
|
|
|
|
<Label text="Prefrences" textFill="WHITE">
|
|
|
|
|
<Label text="Preferences" textFill="WHITE">
|
|
|
|
|
<padding>
|
|
|
|
|
<Insets left="10.0" top="4.0" />
|
|
|
|
|
</padding>
|
|
|
|
|
@ -36,7 +36,12 @@
|
|
|
|
|
<padding>
|
|
|
|
|
<Insets bottom="2.0" left="5.0" right="5.0" top="2.0" />
|
|
|
|
|
</padding>
|
|
|
|
|
<FontAwesomeIcon fill="#f20000" iconName="CLOSE" onMousePressed="#closeButtonClicked" scaleX="1.1" scaleY="1.1" scaleZ="1.1" selectionEnd="0" selectionFill="#f20000" />
|
|
|
|
|
<FontAwesomeIcon fill="#bf9728" iconName="SAVE" onMouseClicked="#saveButtonClicked" scaleX="0.8" scaleY="0.8" selectionFill="#b09515" text="">
|
|
|
|
|
<HBox.margin>
|
|
|
|
|
<Insets bottom="2.0" left="2.0" right="6.0" top="3.0" />
|
|
|
|
|
</HBox.margin>
|
|
|
|
|
</FontAwesomeIcon>
|
|
|
|
|
<FontAwesomeIcon fill="#f20000" iconName="CLOSE" onMousePressed="#closeButtonClicked" scaleX="1.2" scaleY="1.2" scaleZ="1.2" selectionEnd="0" selectionFill="#f20000" />
|
|
|
|
|
</HBox>
|
|
|
|
|
</right>
|
|
|
|
|
</BorderPane>
|
|
|
|
|
@ -45,55 +50,46 @@
|
|
|
|
|
<BorderPane prefHeight="380.0" prefWidth="800.0" BorderPane.alignment="CENTER">
|
|
|
|
|
<top>
|
|
|
|
|
<VBox prefHeight="376.0" prefWidth="800.0" BorderPane.alignment="CENTER">
|
|
|
|
|
<Pane prefHeight="10.0" prefWidth="800.0"/>
|
|
|
|
|
<Pane prefHeight="10.0" prefWidth="800.0" />
|
|
|
|
|
<Pane id="menuName1Pane" prefHeight="23.0" prefWidth="800.0" stylesheets="@../css/prefrence.css">
|
|
|
|
|
<styleClass>
|
|
|
|
|
<String fx:value="background"/>
|
|
|
|
|
<String fx:value="menu"/>
|
|
|
|
|
<String fx:value="background" />
|
|
|
|
|
<String fx:value="menu" />
|
|
|
|
|
</styleClass>
|
|
|
|
|
<Label alignment="CENTER" layoutX="354.0" layoutY="1.0" stylesheets="@../css/prefrence.css"
|
|
|
|
|
text="Personalisieren" textFill="WHITE">
|
|
|
|
|
<Label alignment="CENTER" layoutX="354.0" layoutY="1.0" stylesheets="@../css/prefrence.css" text="Personalisieren" textFill="WHITE">
|
|
|
|
|
<font>
|
|
|
|
|
<Font size="14.0"/>
|
|
|
|
|
<Font size="14.0" />
|
|
|
|
|
</font>
|
|
|
|
|
</Label>
|
|
|
|
|
</Pane>
|
|
|
|
|
<Pane id="menu1MainPane" prefHeight="150.0" prefWidth="800.0" styleClass="background"
|
|
|
|
|
stylesheets="@../css/prefrence.css">
|
|
|
|
|
<Pane id="menu1MainPane" prefHeight="150.0" prefWidth="800.0" styleClass="background" stylesheets="@../css/prefrence.css">
|
|
|
|
|
<HBox prefHeight="150.0" prefWidth="800.0" stylesheets="@../css/prefrence.css">
|
|
|
|
|
<Pane prefHeight="150.0" prefWidth="270.0" styleClass="background"
|
|
|
|
|
stylesheets="@../css/prefrence.css">
|
|
|
|
|
<Label layoutX="104.0" layoutY="14.0" text="Nickname" textFill="WHITE"/>
|
|
|
|
|
<TextField id="nicknameField" layoutX="34.0" layoutY="32.0" prefHeight="26.0"
|
|
|
|
|
prefWidth="200.0" stylesheets="@../css/prefrence.css"/>
|
|
|
|
|
<Label layoutX="84.0" layoutY="90.0" text="Vor & Nachname" textFill="WHITE"/>
|
|
|
|
|
<TextField id="nicknameField" layoutX="34.0" layoutY="109.0" prefHeight="26.0"
|
|
|
|
|
prefWidth="200.0" stylesheets="@../css/prefrence.css"/>
|
|
|
|
|
<Pane prefHeight="150.0" prefWidth="270.0" styleClass="background" stylesheets="@../css/prefrence.css">
|
|
|
|
|
<Label layoutX="104.0" layoutY="14.0" text="Nickname" textFill="WHITE" />
|
|
|
|
|
<TextField id="nicknameField" fx:id="usernameInputField" layoutX="34.0" layoutY="32.0" prefHeight="26.0" prefWidth="200.0" stylesheets="@../css/prefrence.css" />
|
|
|
|
|
<Label layoutX="84.0" layoutY="90.0" text="Vor & Nachname" textFill="WHITE" />
|
|
|
|
|
<TextField id="nicknameField" fx:id="nameInputField" layoutX="34.0" layoutY="109.0" prefHeight="26.0" prefWidth="200.0" stylesheets="@../css/prefrence.css" />
|
|
|
|
|
</Pane>
|
|
|
|
|
<Pane prefHeight="150.0" prefWidth="270.0" styleClass="background"
|
|
|
|
|
stylesheets="@../css/prefrence.css">
|
|
|
|
|
<Label layoutX="114.0" layoutY="14.0" text="Design" textFill="WHITE"/>
|
|
|
|
|
<Pane prefHeight="150.0" prefWidth="270.0" styleClass="background" stylesheets="@../css/prefrence.css">
|
|
|
|
|
<Label layoutX="114.0" layoutY="14.0" text="Design" textFill="WHITE" />
|
|
|
|
|
</Pane>
|
|
|
|
|
<Pane prefHeight="150.0" prefWidth="270.0" styleClass="background"
|
|
|
|
|
stylesheets="@../css/prefrence.css"/>
|
|
|
|
|
<Pane prefHeight="150.0" prefWidth="270.0" styleClass="background" stylesheets="@../css/prefrence.css" />
|
|
|
|
|
</HBox>
|
|
|
|
|
</Pane>
|
|
|
|
|
<Pane prefHeight="13.0" prefWidth="800.0"/>
|
|
|
|
|
<Pane prefHeight="13.0" prefWidth="800.0" />
|
|
|
|
|
<Pane id="menuName1Pane" prefHeight="23.0" prefWidth="800.0" stylesheets="@../css/prefrence.css">
|
|
|
|
|
<styleClass>
|
|
|
|
|
<String fx:value="background"/>
|
|
|
|
|
<String fx:value="menu"/>
|
|
|
|
|
<String fx:value="background" />
|
|
|
|
|
<String fx:value="menu" />
|
|
|
|
|
</styleClass>
|
|
|
|
|
<Label alignment="CENTER" layoutX="382.0" layoutY="2.0" stylesheets="@../css/prefrence.css"
|
|
|
|
|
text="Other" textFill="WHITE">
|
|
|
|
|
<Label alignment="CENTER" layoutX="382.0" layoutY="2.0" stylesheets="@../css/prefrence.css" text="Other" textFill="WHITE">
|
|
|
|
|
<font>
|
|
|
|
|
<Font size="14.0"/>
|
|
|
|
|
<Font size="14.0" />
|
|
|
|
|
</font>
|
|
|
|
|
</Label>
|
|
|
|
|
</Pane>
|
|
|
|
|
<Pane prefHeight="159.0" prefWidth="800.0">
|
|
|
|
|
<HBox prefHeight="162.0" prefWidth="800.0" styleClass="background"
|
|
|
|
|
stylesheets="@../css/prefrence.css"/>
|
|
|
|
|
<HBox prefHeight="162.0" prefWidth="800.0" styleClass="background" stylesheets="@../css/prefrence.css" />
|
|
|
|
|
</Pane>
|
|
|
|
|
</VBox>
|
|
|
|
|
</top>
|
|
|
|
|
|