Learn java Yourself

ExpandText Applet

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

Copy the following code and put it in an html file:
<APPLET CODE=ExpandText.class WIDTH=400 HEIGHT=200>
<param name="TextToDisplay" value="Welcome to Geo Home Page">
<param name="FontSize" value="24">
<param name="FontName" value="TimesRoman">
<param name="speed" value="250">
<param name="bgCOLOR1" value="255,255,255">
<param name="textCOLOR1" value="0,0,0">
<param name="Author" value="George Eleftheriou">
<param name="Email" value="gele@egnatia.ee.auth.gr">
Your browser doesn't support java or java is not enabled!
</APPLET>
Download the class and put it in the same Directory


Created 2001