Exemplo n.º 1
0
 public void update() {
   for (Update u : observers) u.update();
   repaint();
 }