152153154155156157158159160161162
sim.add(new Boid(x,y)); } else if(e.getSource() == BeeButton) { for(int i=0;i<num;i++) sim.add(new Bee(Math.random()*3200, Math.random()*1800)); } else if(e.getSource() == ResourceButton) { for(int i=0;i<num;i++)