Example1 Example2 Example3 Example4 Example5


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

<applet code="glow.class" width=400 height=30>

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

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

<param name="text_font" value="Arial">
<param name="font_size" value="18">
<param name="font_style" value="1">
<param name="text_color" value="00ffff">
<param name="blur_value" value="14">
<param name="coefficient" value="1.08">
<param name="text_align" value="center">
<param name="xoffset" value="10">

<param name="delay" value="50">
<param name="stop" value="2500">
<param name="fadewidth" value="40">
<param name="target_frame" value="_self">

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

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

<param name="text3" value="No more images...">
<param name="link3" value="http://www.geocities.com/japplets/">
<param name="statusbar_message3" value="Glow">

<param name="text4" value="Glow is a message presentation Java applet.">
<param name="link4" value="http://www.geocities.com/japplets/">
<param name="statusbar_message4" value="Glow">

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

</applet>