Console

From JavaWIDE Sandbox

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