From 68eef0e6a6a1aac3329c312274d7e529f38f1f23 Mon Sep 17 00:00:00 2001 From: Michael-Jouanneau Date: Fri, 4 Nov 2016 22:11:51 +0100 Subject: [PATCH] Chnaged things --- src/Launcher/Main.java | 6 +++++- src/assets/layout/modpacks.fxml | 8 +++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/Launcher/Main.java b/src/Launcher/Main.java index ad0f000..5881709 100644 --- a/src/Launcher/Main.java +++ b/src/Launcher/Main.java @@ -83,8 +83,12 @@ public class Main extends Application { if(activeTab!=Tabs.Modpacks){ if(stringUpdater!=null && stringUpdater.isAlive()) stringUpdater.cancel(); (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 ) *-* Done *-* + + stringUpdater = new Async(SafeReflection.getFirstMethod(Main.class, "detectStringUpdate"), Tabs.Modpacks.loaded.lookup("#search-modpacks")); + } }); diff --git a/src/assets/layout/modpacks.fxml b/src/assets/layout/modpacks.fxml index 7975cee..5e3cef6 100644 --- a/src/assets/layout/modpacks.fxml +++ b/src/assets/layout/modpacks.fxml @@ -1,21 +1,19 @@ - - - -