Exemplo n.º 1
0
 public void paint(Graphics g) {
   super.paint(g);
   if (notrunning) {
     notrunning = false;
   } // end of if
 }