This commit is contained in:
Gabriel Tofvesson 2016-11-04 20:51:01 +01:00
parent 267ce1919a
commit ad1c752a83
2 changed files with 2 additions and 1 deletions

View File

@ -82,6 +82,7 @@ public class Main extends Application {
if(activeTab!=Tabs.Modpacks){
(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 )
System.out.println(Tabs.Modpacks.loaded.lookup("#searchModpacks"));
}
});

View File

@ -16,6 +16,6 @@
<Font name="Centaur" size="31.0" />
</font>
</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>
</Pane>