Java Growing Text Effect
 
Sorry, you cannot see this applet. Your browser does not support Java! 
Sorry, you cannot see this applet. Your browser does not support Java! 
 
 
 
SOURCE CODE
 
<BODY>
<CENTER>
<APPLET code="GrowingText.class" width=400 height=90>
<PARAM name=text value="Cool Java Applets">
<PARAM name=delay value="700">
<PARAM name=fgColor value="random">
<PARAM name=bgColor value="000000">
<PARAM name=fontItalic value="true">Sorry,
you cannot see this applet. Your browser does not support Java!&nbsp;
</APPLET>
</CENTER>

<CENTER>
<APPLET code="GrowingText.class" width=500 height=90>
<PARAM name=text value="Vincent's java Site">
<PARAM name=delay value="900">
<PARAM name=fontName value="Courier">
<PARAM name=fgColor value="random">
<PARAM name=bgColor value="000000">
<PARAM name=blur value="true">Sorry,
you cannot see this applet. Your browser does not support Java!&nbsp;
</APPLET>
</CENTER>
</BODY>
 

Copyright of Vincent Wong.
Return to Index 2.