Example1 Example2 Example3 Example4 Example5


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

<applet code="glowingmessages.class" width=480 height=50>
<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="2">
<param name="coefficient" value="2.8">

<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="custom">
<param name=custom_effects value="3,4">

<param name=step value="2">
<param name=step_period value="20">
<param name=target_frame value="_self">

<param name=text1 value="Perfect for news and site links.">
<param name=delay1 value="3000">
<param name=font1 value="Arial,1,18,0">
<param name=textcolor1 value="f09f00">
<param name=link1 value="http://www.geocities.com/japplets/">
<param name="status_bar_msg1" value="Glowing Messages Java Applet"">

<param name=text2 value="Glowing Messages is a message presentation applet.">
<param name=delay2 value="3000">
<param name=font2 value="Helvetica,1,18,0">
<param name=textcolor2 value="f79c37">
<param name=link2 value="http://www.geocities.com/japplets/">
<param name="status_bar_msg2" value="Glowing Messages Java Applet"">

<param name=text3 value="Every message can be linked to a URL.">
<param name=delay3 value="3000">
<param name=font3 value="Arial,1,18,0">
<param name=textcolor3 value="f09f00">
<param name=link3 value="http://www.geocities.com/japplets/">
<param name="status_bar_msg3" value="Glowing Messages Java Applet"">

<param name=text4 value="Download Now!">
<param name=delay4 value="5000">
<param name=font4 value="Arial,1,22,0">
<param name=textcolor4 value="00aff0">
<param name=link4 value="http://www.geocities.com/japplets/glowmessages.html">
<param name="status_bar_msg4" value="Glowing Messages Java Applet"">


</applet>