Advertisement
NavjeevenM

Untitled

Apr 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1.     private void formWindowClosed(java.awt.event.WindowEvent evt) {                                  
  2.         // TODO add your handling code here:
  3.         //change jFrame to mainUI
  4.         this.pack();
  5.         this.setVisible(false);
  6.         mainUI MainUI = new mainUI();
  7.         MainUI.setVisible(true);
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement