Guest User

Untitled

a guest
Oct 22nd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public void run() {
  2. try {
  3. while (true) {
  4. Game.repaint();
  5. Thread.sleep(50);
  6. }
  7. } catch (Exception e) {
  8.  
  9. }
  10. }
Add Comment
Please, Sign In to add comment