예제 #1
0
  /** @param args the command line arguments */
  public static void main(String[] args) {
    // TODO code application logic here
    TestClass test = new TestClass();
    //        test.ReportTest();
    //        test.SignUpTest();
    // loggin();

    // Starts with login page
    LoginJFrame login = new LoginJFrame();
    login.setVisible(true);

    /* //Starts only with the main menu
    MainMenuJFrame main = MainMenuJFrame.getMainMenuJFrame(User.getUser());
    main.setVisible(true);
    */

  }
예제 #2
0
 public static void loggin() {
   LoginJFrame login = new LoginJFrame();
   login.setVisible(true);
 }