Changed Things

This commit is contained in:
Michael-Jouanneau 2016-11-16 18:41:38 +01:00
parent 04b3e890b8
commit 0b386b6957
2 changed files with 4 additions and 4 deletions

View File

@ -149,7 +149,7 @@ public class Main extends Application {
updateTabSelection(Instance_btn, TabType.MAIN);
Tabs.switchTab("instance", tab);
Tabs.load("instance").lookup("#Launch-VM").setOnMouseClicked(event1 -> {
System.out.println("Launching Minecraft");
});
}
});

View File

@ -16,7 +16,7 @@
<Font name="Centaur" size="31.0" />
</font>
</Label>
<Rectangle id="rectangle-3" height="140.0" layoutX="10.0" layoutY="50.0" width="346.0" />
<Rectangle id="rectangle-3" height="140.0" layoutX="13.0" layoutY="50.0" width="346.0" />
<ImageView fitHeight="101.0" fitWidth="102.0" layoutX="30.0" layoutY="61.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../icons/." />
@ -27,7 +27,7 @@
<Font name="Centaur" size="20.0" />
</font>
</Label>
<Button id="Launch-VM" layoutX="147.0" layoutY="144.0" mnemonicParsing="false" prefHeight="37.0" prefWidth="77.0" text="Launch" />
<Label id="lable" layoutX="161.0" layoutY="86.0" prefHeight="25.0" prefWidth="126.0" text="Latest Version 1.11 " wrapText="true" />
<Button id="Launch-VM" layoutX="186.0" layoutY="144.0" mnemonicParsing="false" prefHeight="37.0" prefWidth="77.0" text="Launch" />
<Label id="lable" layoutX="161.0" layoutY="99.0" prefHeight="25.0" prefWidth="126.0" text="Latest Version" wrapText="true" />
</children>
</Pane>