Changed Things
This commit is contained in:
parent
beada8c939
commit
73cf39f11c
@ -45,6 +45,7 @@ public class Main extends Application {
|
|||||||
private Rectangle dragBar; // Draggable top bar
|
private Rectangle dragBar; // Draggable top bar
|
||||||
private Pane root, tab;
|
private Pane root, tab;
|
||||||
private Node activeTab, settings_activeTab;
|
private Node activeTab, settings_activeTab;
|
||||||
|
private Label dialog_changer;
|
||||||
Async stringUpdater;
|
Async stringUpdater;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -87,6 +88,8 @@ public class Main extends Application {
|
|||||||
Settings_btn = (Button) root.lookup("#Settings-btn");
|
Settings_btn = (Button) root.lookup("#Settings-btn");
|
||||||
Instance_btn = (Button) root.lookup("#Instance-btn");
|
Instance_btn = (Button) root.lookup("#Instance-btn");
|
||||||
|
|
||||||
|
dialog_changer = (Label) root.lookup("#dialog-changer");
|
||||||
|
|
||||||
tab = (Pane) root.lookup("#tab");
|
tab = (Pane) root.lookup("#tab");
|
||||||
|
|
||||||
icon = (ImageView) root.lookup("#icon");
|
icon = (ImageView) root.lookup("#icon");
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<?import javafx.scene.layout.Pane?>
|
<?import javafx.scene.layout.Pane?>
|
||||||
<?import javafx.scene.text.Font?>
|
<?import javafx.scene.text.Font?>
|
||||||
|
|
||||||
<Pane prefHeight="109.0" prefWidth="432.0" xmlns="http://javafx.com/javafx/8.0.112-ea" xmlns:fx="http://javafx.com/fxml/1">
|
<Pane id="dialog" prefHeight="109.0" prefWidth="432.0" xmlns="http://javafx.com/javafx/8.0.112-ea" xmlns:fx="http://javafx.com/fxml/1">
|
||||||
<Label prefHeight="56.0" prefWidth="432.0" text="Launching TAL..." textAlignment="CENTER">
|
<Label prefHeight="56.0" prefWidth="432.0" text="Launching TAL..." textAlignment="CENTER">
|
||||||
<font>
|
<font>
|
||||||
<Font size="40.0" />
|
<Font size="40.0" />
|
||||||
@ -14,7 +14,7 @@
|
|||||||
<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 layoutX="185.0" layoutY="73.0" prefHeight="21.0" prefWidth="104.0" text="Everything is good" />
|
<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