Example1Example2Example3


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

<applet code="typewriter.class" width=400 height=20>

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

<param name=bgcolor value="4C3D90">
<param name=fgcolor value="CCCCCC">
<param name=highlight value="0FDFFF">

<param name=font_type value="Arial">
<param name=font_size value="13">
<param name=font_style value="0">

<param name=stop value="2000">
<param name=type_delay value="40">
<param name=text_align value="center">
<param name=target_frame value="_self">

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

<param name=text2 value="Perfect for news and site links.">
<param name=link2 value="http://www.geocities.com/japplets">

<param name=text3 value="You can define unlimited messages and links.">
<param name=link3 value="http://www.geocities.com/japplets">

<param name=text4 value="TypeWriter is the ideal applet for displaying news headlines.">
<param name=link4 value="http://www.geocities.com/japplets">

<param name=text5 value="Download TypeWriter Java Applet.">
<param name=link5 value="http://www.geocities.com/japplets/typewriter.html">

</applet>