                        Text Banner I Applet
                           Version 1.11
                      Copyright (c) 1997, 1999
                           Antony Pranata
                   http://www.antonypr.pair.com
             ===============================================

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

You may use this applet on your Web pages WITHOUT paying me fee or
royalty as long as credit is given (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 either string, such as "red", "green", "blue", etc.
      or RGB triplet, such as "#FF0000", "#00FF00", "#0000FF", etc.

    Note
      Please visit:
        http://www.geocities.com/SiliconValley/Way/6645/rgbpicker.html
      if you don't know how to build a RGB triplet
    
 - "backcolor" parameter - background color
      Like "fontcolor", you can use either string or RGB triplet.      

 - "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-Apr-99: 1.11
--------------
  - This version uses less CPU usage.

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
