Example1Example2Example3


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

<applet code="fletters.class" width=490 height=36>

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

<param name=bgcolor value="000000">
<param name=text_color value="00ff00">
<param name=highlight value="d6cfa3">

<param name=text_font value="Courier">
<param name=font_size value="22">
<param name=font_style value="1">

<param name=text_align value="center">
<param name=xoffset value="10">

<param name="delay" value="4">
<param name="stop" value="2000">
<param name="jump" value="12">

<param name=target_frame value="_self">

<param name=text1 value="Flying Letters Java Applet">
<param name=link1 value="http://www.geocities.com/japplets">
<param name=statusbar_message1 value="Flying Letters Java Applet">

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

<param name=text3 value="Perfect for news and site links.">
<param name=link3 value="http://www.geocities.com/japplets">
<param name=statusbar_message3 value="">
</applet>