Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. mainProgram m=new mainProgram();
  2. m.setVisible(true);
  3. setVisible(false); //to hide the log in frame
  4.  
  5. loginDialog.setVisible(true);
  6. if (loginDialog.isLoggedIn())
  7. mainFrame.setVisible(true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement