Example1 Example2 Example3 Example4 Example5


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

<applet code="glow.class" width=380 height=28>

<param name="regcode" value="">
<param name="info" value="Applet by Gokhan Dagli,www.geocities.com/japplets/">

<param name="bgcolor" value="0">

<param name="text_font" value="Arial">
<param name="font_size" value="18">
<param name="font_style" value="3">
<param name="text_color" value="f00090">
<param name="blur_value" value="4">
<param name="coefficient" value="1.06">
<param name="text_align" value="center">
<param name="xoffset" value="10">

<param name="delay" value="90">
<param name="stop" value="2500">
<param name="fadewidth" value="60">
<param name="target_frame" value="_self">

<param name="text1" value="Glow Java Applet is available!">
<param name="link1" value="http://www.geocities.com/japplets/">
<param name="statusbar_message1" value="Glow Java Applet is available!">

<param name="text2" value="Glow by Gokhan Dagli">
<param name="link2" value="http://www.geocities.com/japplets">
<param name="statusbar_message2" value="Glow">

<param name="text3" value="Glow is a message presentation Java applet.">
<param name="link3" value="http://www.geocities.com/japplets">
<param name="statusbar_message3" value="Glow">

<param name="text4" value="Download Now !">
<param name="link4" value="http://www.geocities.com/japplets/glowfade.html">
<param name="statusbar_message4" value="Click here for download Glow">

</applet>