Minor update
- Start of a new language - Updated layout
This commit is contained in:
parent
a7fd34a3f2
commit
84873a23f1
@ -42,7 +42,7 @@ public class Main extends Application {
|
|||||||
// Semantic versioning system data
|
// Semantic versioning system data
|
||||||
public static final String semVerDevState = "PreDev"; // Development stage
|
public static final String semVerDevState = "PreDev"; // Development stage
|
||||||
public static final int semVerMajor = 0; // Major version
|
public static final int semVerMajor = 0; // Major version
|
||||||
public static final int semVerMinor = 2; // Minor version
|
public static final int semVerMinor = 1; // Minor version
|
||||||
public static final int semVerPatch = 2; // Patch version
|
public static final int semVerPatch = 2; // Patch version
|
||||||
|
|
||||||
private double xOffset = 0, yOffset = 0; // Offsets for dragging
|
private double xOffset = 0, yOffset = 0; // Offsets for dragging
|
||||||
@ -184,6 +184,7 @@ public class Main extends Application {
|
|||||||
public static void main(String[] args) throws Exception{
|
public static void main(String[] args) throws Exception{
|
||||||
Main.args = args;
|
Main.args = args;
|
||||||
if (args.length > 0) {
|
if (args.length > 0) {
|
||||||
|
Thread.sleep(50);
|
||||||
File f = new File(args[0]);
|
File f = new File(args[0]);
|
||||||
if (f.isFile()) f.delete(); // Delete previous jar
|
if (f.isFile()) f.delete(); // Delete previous jar
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Language Default
|
Language: Default
|
||||||
string{
|
string{
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
|
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
|
||||||
</padding>
|
</padding>
|
||||||
</Label>
|
</Label>
|
||||||
<Label id="dialog-changer" layoutX="185.0" layoutY="73.0" prefHeight="21.0" prefWidth="104.0" text="Everything is good" />
|
|
||||||
<Label layoutX="23.0" layoutY="70.0" text="Looking for updates...">
|
<Label layoutX="23.0" layoutY="70.0" text="Looking for updates...">
|
||||||
<font>
|
<font>
|
||||||
<Font size="17.0" />
|
<Font size="17.0" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user