Exemplo n.º 1
0
 public void update(Graphics g) {
   paint(g);
   setTitle("MAP time:" + World2D.time + "   agents:" + World2D.population);
 }
Exemplo n.º 2
0
 public void paint(Graphics g) {
   map.paint(g);
   ents.paint(g);
 }