Applet name: Juggling
Applet Source: Juggling.java
Import(s): java.net, java.io, java.awt
Feature(s): image, animation
Author: Christopher Seguin
Juggling is a simple applet that takes three parameters:
balls - The number of balls to be juggled. It may be 1, 2 or 3. The
default for this is 3.
img - A URL pointing to a directory that contains the gif files. The
default for this parameter is the directory that contains the HTML file.
speed - The number of milliseconds between frames of the animation.
The default is 20 ms.
Usage example:
<APPLET CODE="Juggling" HEIGHT=100 WIDTH=160 <PARAM NAME="balls" VALUE="1"> <PARAM NAME="img" VALUE="images"> </APPLET>