Changed Things
This commit is contained in:
parent
6a409aa452
commit
7189ea9a46
@ -112,7 +112,6 @@ public class Main extends Application {
|
||||
if(!settings_activeTab.getId().equals(n.lookup("#Settings-Gen-btn").getId())){ // Use id to identify layouts
|
||||
updateTabSelection(n.lookup("#Settings-Gen-btn"), TabType.SETTINGS);
|
||||
Node genericLayout = Tabs.switchTab("settings_generic", (Pane) n.lookup("#Settings-Pane"));
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -17,15 +17,15 @@ public class Updater {
|
||||
}
|
||||
|
||||
public void downloadStuff(){
|
||||
//TODO: Download lots of stuff
|
||||
//TODO:
|
||||
}
|
||||
|
||||
public void downloadMoreStuff(){
|
||||
//TODO: Download more stuff
|
||||
|
||||
}
|
||||
|
||||
public void downloadEvenMoreStuff(){
|
||||
//TODO: Download even more stuff
|
||||
|
||||
}
|
||||
|
||||
public static Updater getInstance(String url) throws IOException {
|
||||
|
@ -2,5 +2,4 @@
|
||||
|
||||
<?import javafx.scene.layout.Pane?>
|
||||
|
||||
|
||||
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.92" xmlns:fx="http://javafx.com/fxml/1" />
|
||||
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" stylesheets="@../style/nav.css" xmlns="http://javafx.com/javafx/8.0.92" xmlns:fx="http://javafx.com/fxml/1" />
|
||||
|
@ -5,7 +5,7 @@
|
||||
<?import javafx.scene.text.Font?>
|
||||
|
||||
|
||||
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="360.0" prefWidth="750.0" xmlns="http://javafx.com/javafx/8.0.112-ea" xmlns:fx="http://javafx.com/fxml/1">
|
||||
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="360.0" prefWidth="750.0" stylesheets="@../style/nav.css" xmlns="http://javafx.com/javafx/8.0.112-ea" xmlns:fx="http://javafx.com/fxml/1">
|
||||
<children>
|
||||
<Label layoutX="22.0" layoutY="14.0" text="General Settings">
|
||||
<font>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<?import javafx.scene.layout.Pane?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
|
||||
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="360.0" prefWidth="750.0" xmlns="http://javafx.com/javafx/8.0.92" xmlns:fx="http://javafx.com/fxml/1">
|
||||
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="360.0" prefWidth="750.0" stylesheets="@../style/nav.css" xmlns="http://javafx.com/javafx/8.0.92" xmlns:fx="http://javafx.com/fxml/1">
|
||||
<children>
|
||||
<Label layoutX="22.0" layoutY="14.0" text="Minecraft Settings">
|
||||
<font>
|
||||
|
Loading…
x
Reference in New Issue
Block a user