This site requires JavaScript, please enable it in your browser!
Greenfoot back
tylers
tylers wrote ...

2012/1/29

why dont this work

tylers tylers

2012/1/29

#
private void areZombiesAtBottom()
{
   java.util.List all = getObjects(zombie);
DonaldDuck DonaldDuck

2012/1/29

#
It should read getObjects(zombie.class);
tylers tylers

2012/1/29

#
thx
You need to login to post a reply.