예제 #1
0
 public void windowIconified(WindowEvent e) {
   atp.pauseGame();
 }
예제 #2
0
 public void windowDeactivated(WindowEvent e) {
   atp.pauseGame();
 }