File tree Expand file tree Collapse file tree 6 files changed +0
-51
lines changed
src/main/java/lol/hyper/customlauncher Expand file tree Collapse file tree 6 files changed +0
-51
lines changed Original file line number Diff line number Diff line change 1919
2020import lol .hyper .customlauncher .accounts .JSONManager ;
2121import lol .hyper .customlauncher .accounts .windows .MainWindow ;
22- import lol .hyper .customlauncher .generic .ErrorWindow ;
2322import lol .hyper .customlauncher .invasiontracker .InvasionTracker ;
2423import lol .hyper .customlauncher .setup .FirstSetup ;
2524import lol .hyper .customlauncher .ttrupdater .TTRUpdater ;
2625import lol .hyper .customlauncher .updater .UpdateChecker ;
27- import org .apache .commons .lang3 .SystemUtils ;
2826import org .apache .logging .log4j .LogManager ;
2927import org .apache .logging .log4j .Logger ;
3028import org .json .JSONArray ;
31- import org .json .JSONObject ;
3229
3330import javax .imageio .ImageIO ;
3431import javax .swing .*;
3532import java .awt .*;
3633import java .io .File ;
37- import java .io .FileInputStream ;
3834import java .io .IOException ;
3935import java .io .InputStream ;
4036import java .nio .file .Files ;
Original file line number Diff line number Diff line change 3030import java .io .IOException ;
3131import java .nio .charset .StandardCharsets ;
3232import java .nio .file .Files ;
33- import java .nio .file .Path ;
3433import java .nio .file .Paths ;
3534import java .security .MessageDigest ;
3635import java .security .NoSuchAlgorithmException ;
Original file line number Diff line number Diff line change 2121import lol .hyper .customlauncher .accounts .Account ;
2222import lol .hyper .customlauncher .accounts .JSONManager ;
2323import lol .hyper .customlauncher .invasiontracker .InvasionTracker ;
24- import org .json .JSONObject ;
2524
2625import javax .swing .*;
2726import java .awt .*;
2827import java .awt .event .MouseAdapter ;
2928import java .awt .event .MouseEvent ;
30- import java .nio .file .Paths ;
3129import java .util .HashMap ;
3230
3331public class MainWindow extends JFrame {
Original file line number Diff line number Diff line change 2424import org .apache .logging .log4j .Logger ;
2525
2626import javax .swing .*;
27- import java .io .File ;
2827import java .io .IOException ;
2928import java .util .Map ;
3029
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818package lol .hyper .customlauncher .ttrupdater ;
1919
2020import lol .hyper .customlauncher .Main ;
21- import lol .hyper .customlauncher .accounts .JSONManager ;
2221import lol .hyper .customlauncher .generic .ErrorWindow ;
2322import lol .hyper .customlauncher .generic .InfoWindow ;
2423import org .apache .commons .compress .compressors .bzip2 .BZip2CompressorInputStream ;
2524import org .apache .commons .io .FileUtils ;
2625import org .apache .commons .lang3 .SystemUtils ;
2726import org .apache .logging .log4j .LogManager ;
2827import org .apache .logging .log4j .Logger ;
29- import org .json .JSONArray ;
3028import org .json .JSONObject ;
3129
3230import javax .swing .*;
You can’t perform that action at this time.
0 commit comments