Console

From JavaWIDE Sandbox

Revision as of 16:39, 15 July 2009 by Jam Jenkins (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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();





Views
Personal tools
Add to 
del.icio.usAdd to 
diggAdd to 
FacebookAdd to 
favoritesAdd to 
GoogleAdd to 
MySpaceAdd to 
PrintAdd to 
SlashdotAdd to 
StumbleUponAdd to 
Twitter