Added things
This commit is contained in:
parent
a2d7a72c92
commit
f4272851c2
@ -7,8 +7,6 @@ always tell me that it's virtually unreadable and it doesn't help that it's diff
|
||||
does without them losing interest. Also, in case you are actually, seriously going to read this crap, do yourself a
|
||||
favour and pour yourself some nice Jack Daniels. You deserve it if you're going to read through this.
|
||||
|
||||
|
||||
|
||||
Do not Read Past this point... This is a human health advisory. Anyone reading past this point will risk his or her life.
|
||||
If you get sick reading, we will not claim responsibility on your health. Please Stay Clear of the Code.
|
||||
*/
|
||||
@ -261,7 +259,7 @@ public class Main extends Application {
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception{
|
||||
// TODO: Try and fix this code please, It still doesn't work on my PC.
|
||||
// TODO: Needs Fixing.
|
||||
/* Localization l = new Localization(new File(Main.class.getResource("../assets/lang/").getFile())); // Create a localization with aggressive loading
|
||||
System.out.println(Arrays.toString(l.getLanguageNames()));
|
||||
System.out.println("Success: "+l.get("du_label")); */
|
||||
|
@ -6,7 +6,7 @@
|
||||
<?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-ea" xmlns:fx="http://javafx.com/fxml/1">
|
||||
<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>
|
||||
@ -21,5 +21,25 @@
|
||||
<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="lable" 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="lable" 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>
|
||||
|
@ -1,19 +1,35 @@
|
||||
<?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.control.Slider?>
|
||||
<?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-ea" xmlns:fx="http://javafx.com/fxml/1">
|
||||
<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="Minecraft Settings">
|
||||
<font>
|
||||
<Font name="Centaur" size="25.0" />
|
||||
</font>
|
||||
</Label>
|
||||
<Label id="lable" layoutX="32.0" layoutY="77.0" text="Account:" />
|
||||
<Label id="lable" layoutX="14.0" layoutY="77.0" text="Account :">
|
||||
<font>
|
||||
<Font name="Century" size="15.0" />
|
||||
</font></Label>
|
||||
<Button id="minecraft-login-btn" layoutX="90.0" layoutY="71.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="59.0" text="Login" />
|
||||
<Label id="login" layoutX="160.0" layoutY="78.0" text="Not logged in" />
|
||||
<Slider id="lable" blockIncrement="1.0" disable="true" layoutX="15.0" layoutY="147.0" majorTickUnit="1.0" max="16.0" minorTickCount="0" prefHeight="37.0" prefWidth="286.0" showTickLabels="true" showTickMarks="true" value="8.0" />
|
||||
<Label id="lable" layoutX="14.0" layoutY="123.0" text="Alocated RAM :">
|
||||
<font>
|
||||
<Font name="Century" size="15.0" />
|
||||
</font>
|
||||
</Label>
|
||||
<CheckBox id="lable" layoutX="149.0" layoutY="124.0" mnemonicParsing="false" selected="true" text="Use Systems Default">
|
||||
<font>
|
||||
<Font name="Century" size="13.0" />
|
||||
</font>
|
||||
</CheckBox>
|
||||
</children>
|
||||
</Pane>
|
||||
|
Loading…
x
Reference in New Issue
Block a user