Console
From JavaWIDE Sandbox
Revision as of 16:39, 15 July 2009 by Jam Jenkins (Talk | contribs)
Try copying the code below into the BeanShell:
System.out.println("Hello Java");
import info.gridworld.actor.*;
ActorWorld world=new ActorWorld();
world.add(new Bug());
world.show();
- Privacy policy
- About JavaWIDE Sandbox
- Disclaimers
- Powered by MediaWiki!









