Example1 Example2 Example3 Example4 Example5


Here's the code I used for the applet on top:

<applet code="glowingmessages.class" width=310 height=90>
<param name=info value="Applet by Gokhan Dagli,www.geocities.com/japplets">
<param name=regcode value="">
<param name=bgcolor value="1">

<param name="blur_value" value="12">
<param name="coefficient" value="1.1">

<param name="text_align" value="center">
<param name="text_valign" value="center">

<param name="xoffset" value="0">
<param name="yoffset" value="0">

<param name=effects value="random">
<param name=custom_effects value="3,4">

<param name=step value="10">
<param name=step_period value="30">
<param name=target_frame value="_self">

<param name=text1 value="Glowing Messages#Java Applet">
<param name=delay1 value="3000">
<param name=font1 value="Arial,1,26,10">
<param name=textcolor1 value="00ff00">
<param name=link1 value="http://www.geocities.com/japplets/">
<param name="status_bar_msg1" value="Glowing Messages Java Applet">

<param name=text2 value="Click here for download#Glowing Messages Java Applet!">
<param name=delay2 value="4000">
<param name=font2 value="Helvetica,1,18,0">
<param name=textcolor2 value="f09f00">
<param name=link2 value="http://www.geocities.com/japplets/glowmessages.html">
<param name="status_bar_msg2" value="Glowing Messages Java Applet">

<param name=text3 value="Customize all animation directions,#message formatting, text colors,#URL links and more...">
<param name=delay3 value="4000">
<param name=font3 value="Arial,1,16,0">
<param name=textcolor3 value="00ff00">
<param name=link3 value="http://www.geocities.com/japplets/">
<param name="status_bar_msg3" value="Glowing Messages Java Applet">

<param name=text4 value="Glowing Messages is the ideal#applet for displaying#text messages.">
<param name=delay4 value="4000">
<param name=font4 value="Arial,1,16,0">
<param name=textcolor4 value="00ff00">
<param name=link4 value="http://www.geocities.com/japplets/">
<param name="status_bar_msg4" value="Glowing Messages Java Applet">


</applet>