Back to Applets page
Click in the boxes below, select all and copy to grab the applet
HTML listing:
<HTML> <HEAD> <TITLE>Tiny Scroller</TITLE> </HEAD> <BODY BGCOLOR=WHITE> <APPLET CODEBASE="classes" CODE="tinyScroller.class" WIDTH=200 HEIGHT=150> <PARAM NAME="LINE1" VALUE="In today's top story:"> <PARAM NAME="LINE2" VALUE=" Java: Visual QuickStart Guide"> <PARAM NAME="LINE3" VALUE=" breaks all previous sales"> <PARAM NAME="LINE4" VALUE=" records, as rumor spreads"> <PARAM NAME="LINE5" VALUE=" that book contains"> <PARAM NAME="LINE6" VALUE=" hard-hitting information,"> <PARAM NAME="LINE7" VALUE=" sparkling prose,"> <PARAM NAME="LINE8" VALUE=" live nude girls,"> <PARAM NAME="LINE9" VALUE=" and free beer"> <PARAM NAME="BGRED" VALUE="255"> <PARAM NAME="BGGREEN" VALUE="255"> <PARAM NAME="BGBLUE" VALUE="255"> <PARAM NAME="FGRED" VALUE="0"> <PARAM NAME="FGGREEN" VALUE="0"> <PARAM NAME="FGBLUE" VALUE="0"> <PARAM NAME="DELAY" VALUE="5"> <PARAM NAME="MAXLINE" VALUE="9"> <H1>You should use a Java-enabled browser!</H1> </APPLET> </BODY> </HTML>