Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. boolean guiWait = true; // declared iwth ints and stuff
  2.  
  3. while(guiWait) {
  4. dowaitstuffhere;
  5. }
  6.  
  7. in your gui action listener
  8. guiWait = false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement