Features
Fully configurable for :
- position of text, font type, font
style, font size
- fore color, back color and "hover over" color
- almost infinite number of messages and URL links
(optional)
- any
size applet, including word wrap onto
multiple lines
- fade in/out time, and text pause time
- very small (quick to load)

Demonstration
HTML Example
<applet code="jonetFadingText.class" width=185
height=50>
<param name="textPause" value="3">
<param name="fadeSpeed" value="10">
<param name="foreColor" value="001100">
<param name="hoverColor" value="116699">
<param name="backColor" value="95B7DF">
<param name="fontFace" value="Dialog">
<param name="fontStyle" value="Plain">
<param name="fontSize" value="16">
<param name="xStart" value="20">
<param name="yStart" value="30">
<param name="textWidth" value="175">
<param name="vertSpace" value="26">
<param name="text_1" value="www.JObjects.net">
<param name="text_2" value="www.fugazi.co.uk">
<param name="text_3" value="www.trafficfile.com">
<param name="target_1" value="_blank">
<param name="target_2" value="_blank">
<param name="target_3" value="_blank">
<param name="url_1" value="http://www.javaobjects.net">
<param name="url_2" value="http://www.fugazi.co.uk">
<param name="url_3" value="http://www.trafficfile.com/">
</applet>
Installation and Configuration
Download the two class files. Use the "Buy Now"
button above. Copy the above code (in bold) into
your HTML
(note, not the content) of your web page, then copy the class
files into the same directory. You may wish to adjust
the WIDTH and/or HEIGHT to suit your web page, and the amount
and size of text you wish to display. You can customise your
applet by changing the following parameters (some or all of
which are optional, i.e. can be omitted) :
| textPause
|
the
time in seconds each text will be displayed |
|
fadeSpeed |
how fast the text fades, a higher number is
a faster fade |
|
foreColor |
the color of your text |
|
hoverColor |
the color the text changes to when the
user points to the text |
|
backColor |
the background color |
|
fontFace |
Serif, SansSerif, Dialog, Monospaced |
| fontStyle
|
Plain, Bold, Italic, BoldItalic
|
| fontSize
|
standard windows font size
|
| xStart
|
position on X axis for start of first character
of text |
| yStart
|
postion on Y axis for start of first character of
text |
| textWidth
|
normally the width of the applet, but can be
shortened |
| vertSpace
|
the space between each line of text
|
|
text_1 |
the first line of text to display |
| target_1
|
the target window if the user clicks the applet
(optional) |
| url_1 |
the URL to go to if the user clicks the applet
(optional) |
Target can be : _self _parent _top or _blank You can have as many text, target and URLs,
simply increase the number after the underscore (e.g. text_2,
text_3) Notes on color : the color values are hex values of RGB (red,
green, blue). A value of FF8844 means a red value of FF,
a green value of 88 and a blue value of 44. In decimal,
this hex converts to 256, 128 and 64. The standard
Windows Paint software can be useful for working out RGB
values for a color of your choice.
[home] [products]
[site map] [license
information] [support]
[links] |