46 lines
2.2 KiB
XML
46 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.CheckBox?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
<Pane id="pane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="370.0" prefWidth="750.0" stylesheets="@../style/default-theme.css" xmlns="http://javafx.com/javafx/8.0.112" xmlns:fx="http://javafx.com/fxml/1">
|
|
<children>
|
|
<Label id="lable" layoutX="22.0" layoutY="14.0" text="General Settings">
|
|
<font>
|
|
<Font name="Centaur" size="25.0" />
|
|
</font>
|
|
</Label>
|
|
<Button id="light-theme" layoutX="242.0" layoutY="71.0" prefHeight="30.0" prefWidth="62.0" styleClass="selected" text="light" />
|
|
<Button id="dark-theme" layoutX="172.0" layoutY="71.0" prefHeight="30.0" prefWidth="62.0" styleClass="tab" text="dark" />
|
|
<Button id="default-theme" layoutX="100.0" layoutY="71.0" prefHeight="30.0" prefWidth="62.0" styleClass="tab" text="default" />
|
|
<Label id="lable" layoutX="35.0" layoutY="75.0" text="Theme:">
|
|
<font>
|
|
<Font name="Centaur" size="17.0" />
|
|
</font>
|
|
</Label>
|
|
<CheckBox id="lable" layoutX="35.0" layoutY="117.0" mnemonicParsing="false" text="Autoupdate">
|
|
<font>
|
|
<Font name="Century" size="15.0" />
|
|
</font>
|
|
</CheckBox>
|
|
<CheckBox id="lable" layoutX="35.0" layoutY="154.0" mnemonicParsing="false" text="Start on windosw Startup">
|
|
<font>
|
|
<Font name="Century" size="15.0" />
|
|
</font>
|
|
</CheckBox>
|
|
<CheckBox id="Close_window_minecraft_launch" disable="true" layoutX="35.0" layoutY="185.0" mnemonicParsing="false" text="Close Window when Mincraft Launches">
|
|
<font>
|
|
<Font name="Century" size="15.0" />
|
|
</font>
|
|
</CheckBox>
|
|
<CheckBox id="Minimized_window_minecraft_launch" layoutX="344.0" layoutY="185.0" mnemonicParsing="false" selected="true" text="Minimize Window when Minecraft Launches">
|
|
<font>
|
|
<Font name="Century" size="15.0" />
|
|
</font>
|
|
</CheckBox>
|
|
</children>
|
|
</Pane>
|