Exemplo n.º 1
0
 public void start() {
   if (!running) {
     running = true;
     animator = new Thread(this, "Game Thread");
     animator.start();
   }
 }