This is the code used for the above applet:
<APPLET CODE=VScrollerTypeWriter.class WIDTH=200 HEIGHT=200> <PARAM NAME="FileName" VALUE="message.txt"> <PARAM NAME="WrapAtBorders" VALUE="Yes"> <PARAM NAME="Image" VALUE="bg2.jpg"> <PARAM NAME="BorderTop" VALUE="10"> <PARAM NAME="BorderBottom" VALUE="5"> <PARAM NAME="BorderLeft" VALUE="12"> <PARAM NAME="BorderRight" VALUE="10"> <PARAM NAME="Delay" VALUE="50"> <PARAM NAME="Sound" VALUE="Yes"> <PARAM NAME="Author" VALUE="George Elefheriou"> <PARAM NAME="Email" VALUE="gele@egnatia.ee.auth.gr"> Your browser doesn't support java1.1 or java is not enabled! </APPLET> |
This is the code used for the above applet:
<APPLET CODE=VScrollerTypeWriter.class WIDTH=400 HEIGHT=200> <PARAM NAME="FileName" VALUE="message.txt"> <PARAM NAME="WrapAtBorders" VALUE="No"> <PARAM NAME="BorderLeft" VALUE="2"> <PARAM NAME="Delay" VALUE="50"> <PARAM NAME="Sound" VALUE="Yes"> <PARAM NAME="Author" VALUE="George Elefheriou"> <PARAM NAME="Email" VALUE="gele@egnatia.ee.auth.gr"> Your browser doesn't support java1.1 or java is not enabled! </APPLET> |