Package view

Examples of view.Startup


                        // 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();
            }
      }
  }
View Full Code Here

TOP

Related Classes of view.Startup

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.