404142434445464748
/** Constructor */ public PredPreySimulator() { super("Predator Prey Simulation"); foxes = new Foxes(); rabbits = new Rabbits(); initGraph(); }