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