Esempio n. 1
0
 public void actionPerformed(ActionEvent e) {
   compute();
   player.move();
   repaint();
 }