I can't figure out why this won't work. it will compile but no lobster will show up.
i would appreciate any advice.
List<Lobster> lobster = new ArrayList<Lobster>(numLobster);
for (Lobster larry : lobster)
{
addObject(larry,Greenfoot.getRandomNumber(560),Greenfoot.getRandomNumber(560));
}

