public PredatorPopulation()
{
// Create a new world with 600x400 cells with a cell size of 1x1 pixels.
super(600, 400, 1);
PrePop = Integer.parseInt(Greenfoot.ask("How many population?"));
}
public PredatorPopulation()
{
// Create a new world with 600x400 cells with a cell size of 1x1 pixels.
super(600, 400, 1);
PrePop = Integer.parseInt(Greenfoot.ask("How many population?"));
}