Changed Things

This commit is contained in:
Michael-Jouanneau 2016-11-17 18:02:00 +01:00
parent 2b21aa0296
commit 585b6d569f
3 changed files with 12 additions and 5 deletions

View File

@ -54,7 +54,7 @@ public class Main extends Application {
public static final String semVerDevState = "PreDev"; // Development stage
public static final int semVerMajor = 0; // Major version
public static final int semVerMinor = 2; // Minor version
public static final int semVerPatch = 3; // Patch version
public static final int semVerPatch = 4; // Patch version
double xOffset = 0, yOffset = 0; // Offsets for dragging

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.shape.Rectangle?>
@ -20,7 +21,7 @@
<Font name="Centaur" size="20.0" />
</font>
</Label>
<Label id="lable" layoutX="202.0" layoutY="67.0" text="Out in PreDev-0.2.3" />
<Label id="lable" layoutX="202.0" layoutY="67.0" text="PreDev-0.2.4" />
<Label id="lable" layoutX="43.0" layoutY="98.0" text="Two new thems to cheack out :">
<font>
<Font name="Centaur" size="18.0" />
@ -31,12 +32,18 @@
<Font name="Centaur" size="16.0" />
</font>
</Label>
<ImageView fitHeight="56.0" fitWidth="89.0" layoutX="97.0" layoutY="123.0" pickOnBounds="true" preserveRatio="true" />
<ImageView fitHeight="56.0" fitWidth="89.0" layoutX="97.0" layoutY="123.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../icons/light-theme.png" />
</image></ImageView>
<Label id="lable" layoutX="217.0" layoutY="139.0" text="Dark:">
<font>
<Font name="Centaur" size="16.0" />
</font>
</Label>
<ImageView fitHeight="56.0" fitWidth="89.0" layoutX="275.0" layoutY="123.0" pickOnBounds="true" preserveRatio="true" />
<ImageView fitHeight="56.0" fitWidth="89.0" layoutX="275.0" layoutY="123.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../icons/dark-theme.png" />
</image></ImageView>
</children>
</Pane>

View File

@ -27,7 +27,7 @@
<Font name="Centaur" size="20.0" />
</font>
</Label>
<Button id="Launch-VM" layoutX="186.0" layoutY="144.0" mnemonicParsing="false" prefHeight="37.0" prefWidth="77.0" text="Launch" />
<Button id="Launch-VM" layoutX="148.0" layoutY="145.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>