                        Text Banner I Applet
                            Version 1.1
                      Copyright (c) 1997, 1998,
                           Antony Pranata
             http://www.geocities.com/SiliconValley/Way/6645
             ===============================================

Text Banner I is a Java applet used to display animated text
on your Web pages.

You may use this applet WITHOUT paying me fee or royalty.
But I will appreciate if you give me a credit in your Web pages
(a link to my home page is enough).


HOW TO USE IT?
==============
To use this applet on your Web page, simply add this tag:

<APPLET code="Banner.class" width=400 height=50>
<PARAM NAME = "text" VALUE =" This is a Java applet">
</APPLET>


ADDITIONAL PARAMETERS
---------------------
You can also change the apperance of this applet by setting some
additional parameters, i.e:

 -> "typeface" paremeter - typeface of font,
                           e.g.: "Arial", "TimesRoman", etc.

 -> "fontcolor" parameter - the color of font
      You can use string, such as "red", "green", "blue", etc.
      or RGB triplet, such as "#FF0000", "#00FF00", "#0000FF", etc.
    
 -> "backcolor" parameter - background color
      You can use string, such as "red", "green", "blue", etc.
      or RGB triplet, such as "#FF0000", "#00FF00", "#0000FF", etc.

 -> "backimage" parameter - background image (use .GIF file)

 -> "delay" parameter - delay of animation (integer) in milisecond.
       For example, if you set this parameter to 50, then
       the animation will be 20 fps (frames per second).

 -> "shadow" parameter - true if the shadow is displayed.

(See also Banner.html)


HISTORY
=======
4-Nov-98: 1.1
--------------
  - Added a parameter, called "shadow". If you assign "true",
    the text will be displayed with a shadow.

3-Dec-97: 1.0
----------------
  - Initial version.


COMMENTS
========
  If you have any comments or suggestions please send them to the
  following e-mail address:

     antonypr@poboxes.com.


Thank you for your support and have fun!
Antony Pranata
http://www.geocities.com/SiliconValley/Way/6645