Ticker Tape Applet




// add to the applet width // add to the applet height // adjust the msg pos in the applet
{If you can read this, your browser dosen`t support Java.}
Now, just Who in the World is Tom Baker? :-)



This is a relatively simple Ticker Tape Applet with the ability to display up to 6 individual lines in their own individual colors, consequatively. 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.

PS For the non-Java enabled folk, I do know who Tom Baker is. (But have no idea as to why you would be here.)

T_TapeCP.class T_TapeCP.java


HTML Code

<APPLET code="T_TapeCP.class" width=600 height=40 >
<param name=NoOfLines value="5">
<param name=MSG0 value="* * * INTERTARDIS COMMUNIQUE * * *">
<param name=MSG1 value="Incoming from Tom Baker">
<param name=MSG2 value="There`s no point in being grown up">
<param name=MSG3 value="if you can`t be childish sometimes.">
<param name=MSG4 value="* * * COMMUNIQUE TERMINATED * * *">
<param name=ColorName0 value="black">
<param name=ColorName1 value="gray">
<param name=ColorName2 value="red">
<param name=ColorName3 value="red">
<param name=ColorName4 value="black">
<param name=FONT value="Helvetica">
<param name=STYLE value="1">
<param name=SIZE value="24">
<param name=StepIn value="2">
<param name=PauseIn value="50">
<param name=BG_Color value="blue">
<param name=DeltaW value="30"> // Additive factor to applet width
<param name=DeltaH value="20"> // Additive factor to applet height
<param name=DeltaV value= "5"> // Adjust verticle pos of message
A non Java enabled browser message.
</APPLET>