diff --git a/QuickLaunch/bin/basics/BasicGuiApp$1.class b/QuickLaunch/bin/basics/BasicGuiApp$1.class index 37cd720..f263721 100644 Binary files a/QuickLaunch/bin/basics/BasicGuiApp$1.class and b/QuickLaunch/bin/basics/BasicGuiApp$1.class differ diff --git a/QuickLaunch/bin/guis/MainGui$1.class b/QuickLaunch/bin/guis/MainGui$1.class index b7635d5..0049661 100644 Binary files a/QuickLaunch/bin/guis/MainGui$1.class and b/QuickLaunch/bin/guis/MainGui$1.class differ diff --git a/QuickLaunch/bin/guis/MainGui$2.class b/QuickLaunch/bin/guis/MainGui$2.class index cd8cd4b..5477b9b 100644 Binary files a/QuickLaunch/bin/guis/MainGui$2.class and b/QuickLaunch/bin/guis/MainGui$2.class differ diff --git a/QuickLaunch/bin/guis/MainGui$3.class b/QuickLaunch/bin/guis/MainGui$3.class index 15752b4..5d738af 100644 Binary files a/QuickLaunch/bin/guis/MainGui$3.class and b/QuickLaunch/bin/guis/MainGui$3.class differ diff --git a/QuickLaunch/bin/guis/SettingGui$1.class b/QuickLaunch/bin/guis/SettingGui$1.class index 23383ee..31921cc 100644 Binary files a/QuickLaunch/bin/guis/SettingGui$1.class and b/QuickLaunch/bin/guis/SettingGui$1.class differ diff --git a/QuickLaunch/bin/guis/SettingGui$2.class b/QuickLaunch/bin/guis/SettingGui$2.class index f99bc66..140b760 100644 Binary files a/QuickLaunch/bin/guis/SettingGui$2.class and b/QuickLaunch/bin/guis/SettingGui$2.class differ diff --git a/QuickLaunch/bin/guis/SettingGui$3.class b/QuickLaunch/bin/guis/SettingGui$3.class index 97dd6fc..b519814 100644 Binary files a/QuickLaunch/bin/guis/SettingGui$3.class and b/QuickLaunch/bin/guis/SettingGui$3.class differ diff --git a/QuickLaunch/bin/main/KeyChecker$1.class b/QuickLaunch/bin/main/KeyChecker$1.class index 64788f1..24cfc93 100644 Binary files a/QuickLaunch/bin/main/KeyChecker$1.class and b/QuickLaunch/bin/main/KeyChecker$1.class differ diff --git a/QuickLaunch/bin/main/KeyChecker$2.class b/QuickLaunch/bin/main/KeyChecker$2.class index d6171ad..6ea0d18 100644 Binary files a/QuickLaunch/bin/main/KeyChecker$2.class and b/QuickLaunch/bin/main/KeyChecker$2.class differ diff --git a/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$1$1.class b/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$1$1.class index 8284eb2..ad2aed7 100644 Binary files a/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$1$1.class and b/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$1$1.class differ diff --git a/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$1.class b/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$1.class index 0e431ff..6f6b8ac 100644 Binary files a/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$1.class and b/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$1.class differ diff --git a/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$2.class b/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$2.class index 8447731..b0861b6 100644 Binary files a/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$2.class and b/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$2.class differ diff --git a/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$3.class b/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$3.class index 89f99fc..154755f 100644 Binary files a/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$3.class and b/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$3.class differ diff --git a/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$4.class b/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$4.class index 9dc083c..b561d3b 100644 Binary files a/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$4.class and b/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$4.class differ diff --git a/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$5.class b/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$5.class index e65109c..d6bf914 100644 Binary files a/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$5.class and b/QuickLaunch/bin/mod_quicklaunch/ShortcutWindow$5.class differ diff --git a/QuickLaunch/bin/update/UpdateChecker.class b/QuickLaunch/bin/update/UpdateChecker.class index a273fd3..456a3aa 100644 Binary files a/QuickLaunch/bin/update/UpdateChecker.class and b/QuickLaunch/bin/update/UpdateChecker.class differ diff --git a/QuickLaunch/bin/update/Updater.class b/QuickLaunch/bin/update/Updater.class index b6af2e8..8f4b6d7 100644 Binary files a/QuickLaunch/bin/update/Updater.class and b/QuickLaunch/bin/update/Updater.class differ diff --git a/QuickLaunch/src/update/UpdateChecker.java b/QuickLaunch/src/update/UpdateChecker.java index 0c0730a..5eee88b 100644 --- a/QuickLaunch/src/update/UpdateChecker.java +++ b/QuickLaunch/src/update/UpdateChecker.java @@ -8,8 +8,6 @@ import java.net.InetSocketAddress; import java.net.Socket; import java.net.UnknownHostException; -import guis.MainGui; - public class UpdateChecker { Socket socket; DataInputStream in;