Applet Name: Scroll Text
Applet Source: ScrollText.java
Import(s): java.awt, java.lang, java.util, java.applet
Feature(s): text
Author: Bradley Birnbaum
ScrollText is an applet that displays a scrolling message along with
the current time. It take one parameter:
text - the text that you would like to scroll
Usage example:
<APPLET CODE="ScrollText.class" WIDTH=400 HEIGHT=50> <PARAM NAME=text VALUE="Welcome to my web site"> </APPLET>