72737475767778798081
copyConfigFiles("src/main/config"); configureProxy(); } catch (Exception e) { throw new LauncherException(e); } System.out.println("JLaunchPad is installed."); }
6364656667686970717273
try { load(); } catch (IOException e) { throw new LauncherException(e); } javaHomeField.addCaretListener(this); launcherHomeField.addCaretListener(this); repositoryHomeField.addCaretListener(this);
446447448449450451452453454455456
try { save(); } catch (IOException e) { throw new LauncherException(e); } } catch (Exception e) { e.printStackTrace(); }