VScrollerTypeWriter Applet Examples


This applet has won the prize(28/08/98)

Example 1: Using a background image

Your browser doesn't support java1.1 or java is not enabled!

This is the code used for the above applet:
<APPLET CODE=VScrollerTypeWriterT.class WIDTH=200 HEIGHT=200>
<PARAM NAME="FileName" VALUE="message.txt">
<PARAM NAME="URLtoDisplay" VALUE="http://egnatia.ee.auth.gr/~gele/geojava/geojava.html">
<PARAM NAME="Target" VALUE="_blank">
<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="FontSize" VALUE="16">
<PARAM NAME="FontName" VALUE="TimesRoman">
<PARAM NAME="FontStyle" VALUE="BOLDandITALIC">
<PARAM NAME="Delay" VALUE="50">
<PARAM NAME="Delay2" VALUE="2000">
<PARAM NAME="Sound" VALUE="Yes">
<PARAM NAME="borderCOLOR" VALUE="0,0,0">
<PARAM NAME="bgCOLOR" VALUE="200,200,200">
<PARAM NAME="textCOLOR" VALUE="0,0,0">
<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>


Example 2: Using a background color

Your browser doesn't support java1.1 or java is not enabled!

This is the code used for the above applet:
<APPLET CODE=VScrollerTypeWriterT.class WIDTH=400 HEIGHT=200>
<PARAM NAME="FileName" VALUE="message.txt">
<PARAM NAME="URLtoDisplay" VALUE="http://egnatia.ee.auth.gr/~gele/geojava/geojava.html">
<PARAM NAME="Target" VALUE="_blank">
<PARAM NAME="WrapAtBorders" VALUE="No">
<PARAM NAME="FontSize" VALUE="16">
<PARAM NAME="FontName" VALUE="TimesRoman">
<PARAM NAME="FontStyle" VALUE="BOLD">
<PARAM NAME="Delay" VALUE="50">
<PARAM NAME="Delay2" VALUE="2000">
<PARAM NAME="Sound" VALUE="Yes">
<PARAM NAME="borderCOLOR" VALUE="0,0,0">
<PARAM NAME="bgCOLOR" VALUE="200,200,200">
<PARAM NAME="textCOLOR" VALUE="0,0,0">
<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>


If you want to look at the message.txt click here
Download VScrollerTypeWriterT.zip that contains all the necessary files and documentation.
This applet was last updated on 05/09/98. Features added: The ability to add a background image, a second delay parameter and sound support.
If you need help setting the paramenters that define the background and foreground colors take a look at the RGB applet.
Back to my java page

©Copyright 1998 by George Eleftheriou