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 Pane root, tab;
|
||||
private Node activeTab, settings_activeTab;
|
||||
private Label dialog_changer;
|
||||
Async stringUpdater;
|
||||
|
||||
@Override
|
||||
@ -87,6 +88,8 @@ public class Main extends Application {
|
||||
Settings_btn = (Button) root.lookup("#Settings-btn");
|
||||
Instance_btn = (Button) root.lookup("#Instance-btn");
|
||||
|
||||
dialog_changer = (Label) root.lookup("#dialog-changer");
|
||||
|
||||
tab = (Pane) root.lookup("#tab");
|
||||
|
||||
icon = (ImageView) root.lookup("#icon");
|
||||
|
@ -5,7 +5,7 @@
|
||||
<?import javafx.scene.layout.Pane?>
|
||||
<?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">
|
||||
<font>
|
||||
<Font size="40.0" />
|
||||
@ -14,7 +14,7 @@
|
||||
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
|
||||
</padding>
|
||||
</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...">
|
||||
<font>
|
||||
<Font size="17.0" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user