25262728293031323334353637383940414243444546
// Here we dispose this screen and launch the GUI new Gui(IP); } else { System.out.println("Could not reach controller from parameter specified, going to main screen."); try { new Startup(); } catch (Exception e) { e.printStackTrace(); } } } catch (IOException e) { //Fail silently } } else{ try { new Startup(); } catch (Exception e) { e.printStackTrace(); } } }