Changed
This commit is contained in:
parent
267ce1919a
commit
ad1c752a83
@ -82,6 +82,7 @@ public class Main extends Application {
|
|||||||
if(activeTab!=Tabs.Modpacks){
|
if(activeTab!=Tabs.Modpacks){
|
||||||
(activeTab=Tabs.Modpacks).switchTab(tab); // Sets the active tab to the modpacks tab unless it's already active
|
(activeTab=Tabs.Modpacks).switchTab(tab); // Sets the active tab to the modpacks tab unless it's already active
|
||||||
//TODO: Create a dynamic updating string from the input ( Text Field )
|
//TODO: Create a dynamic updating string from the input ( Text Field )
|
||||||
|
System.out.println(Tabs.Modpacks.loaded.lookup("#searchModpacks"));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -16,6 +16,6 @@
|
|||||||
<Font name="Centaur" size="31.0" />
|
<Font name="Centaur" size="31.0" />
|
||||||
</font>
|
</font>
|
||||||
</Label>
|
</Label>
|
||||||
<TextField id="search-modpacks" layoutX="524.0" layoutY="9.0" prefHeight="25.0" prefWidth="212.0" promptText="Search Modpacks" />
|
<TextField id="searchModpacks" layoutX="524.0" layoutY="9.0" prefHeight="25.0" prefWidth="212.0" promptText="Search Modpacks" />
|
||||||
</children>
|
</children>
|
||||||
</Pane>
|
</Pane>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user