Text Scroller Applet #1




{If you can read this, your browser dosen`t support Java.}
Your missing a good drinking song, folks! :-)



Another ticker tape relative. In this applet the text scrolls up the screen rather than across allowing the viewer to see multiple lines at once.

The source (.java) and binary (.class) files are free for the taking. Have fun. If you think of any unusual ways to use them drop me a line.

Scroller.class Scroller.java


HTML Code

<APPLET code="Scrller.class" width=300 height=200>
<param name=NoOfLines value="8">
<param name=MSG0 value="I'm a rambler. I'm a gambler.">
<param name=MSG1 value="I'm a long way from home.">
<param name=MSG2 value="And if you don't like me,">
<param name=MSG3 value="well, leave me alone.">
<param name=MSG4 value="I'll eat when I'm hungry.">
<param name=MSG5 value="I'll drink when I'm dry.">
<param name=MSG6 value="And if moonshine don't kill me,">
<param name=MSG7 value="I'll live till I die.">
<param name=FONT value="Helvetica">
<param name=STYLE value="1">
<param name=SIZE value="18">
<param name=StepIn value="1">
<param name=PauseIn value="70">
<param name=BG_Color value="blue">
<param name=FG_Color value="red">
A non Java enabled browser message.
</APPLET>