JavaLib
 
WorldLib
 
draw
idraw
adraw
colors
 
Samples
 
Sources
Downloads
 
TSRJ Home
TSRJ Local

Samples

The programs shown here show how to use the world.

The program BlobWorldFun.java implements a simple interactive game and illustrates the programming of the key events, the time events, and drawing of different shapes in all six colors using the draw library.

The program BlobWorld.java implements a simple interactive game and illustrates the programming of the key events, the time events, and drawing of different shapes in all six colors using the idraw library.

The following are links to several versions of the same applet, illustrating the different ways an applet can be uploaded to the server.

  • Applet where the class files are saved directly and the libraries are saved locally.
  • Applet where the class files are saved in a jar file and the libraries are saved locally.
  • Applet where the source code is in a package and the libraries are served from a server identified by its full URL

last updated on Fri Apr 1 14:26:43 EDT 2011generated with DrRacket