171172173174175176177178179180181
Math.random()*1800, 5, 5)); } else if(e.getSource() == AntQueenButton) { for(int i=0;i<num;i++) sim.add(new AntQueen(Math.random()*3200, Math.random()*1800)); } } catch(NumberFormatException ex)