HillmanTextScroller
TextScroller supports a nice list of features to present information to your
users. Use the applet to scroll text left, right, down and up as well as
fade and zoom. Customize the background color or jpeg image, border color,
text color and font characteristics. Associate a text color-highlighting
URL link to each message.
TextScroller is highly configurable to meet your needs. Have a look at the
examples to see what can be achieved.
Please read the following information to implement TextScroller
on your web site.
Create an HTML file, place the APPLET tags in the body as
shown here.
<APPLET CODE=TextScroller ARCHIVE=TextScroller.jar
WIDTH=XHEIGHT=Y> </APPLET>
where X is the width of the applet
where Y is the height of the applet
Insert the following code between the <APPLET ...> and
</APPLET> tags:
<param name=messages value="X">
X is the total number of text messages to display
<param name=border value="R,G,B"> (OPTIONAL)
R defines the RED component of the border color
G defines the GREEN component of the border color
B defines the BLUE component of the border color
(Valid Values: 0-255)
<param name=background value="R,G,B">
R defines the RED component of the background color
G defines the GREEN component of the background color
B defines the BLUE component of the background color
(Valid Values: 0-255)
<param name=backgroundimage value="IMAGE">
IMAGE defines the background JPEG image
<param name=urlX value="URL">
X refers to messageX
URL defines the web-site to jump to
<param name=urlcolorX value="R,G,B">
X refers to messageX
R defines the RED component of the text color
G defines the GREEN component of the text color
B defines the BLUE component of the text color
(Valid Values: 0-255)
<param name=textcolorX value="R,G,B">
X refers to messageX
R defines the RED component of the text color
G defines the GREEN component of the text color
B defines the BLUE component of the text color
(Valid Values: 0-255)
<param name=fontX value="FONT,FONTSIZE,FONTTYPE">
X refers to messageX
FONT defines the font name (Ex. TimesRoman,Courier,
Helvetica)
FONTSIZE defines the font size (Ex. 8,10,12,16...)
FONTTYPE defines the font type (Ex. Plain, Bold,
Italic)
<param name=messageX value="TEXT">
X refers to a positive integer starting at 1
TEXT defines the text to display
<param name=pauseX value="Z">
X refers to messageX
Z defines milliseconds to pause between beginX and
endX
animations
<param name=beginX value="ACTION, DELAY">
X refers to messageX
ACTION defines the type of beginning animation to display
DELAY defines the animation speed
(ACTION Valid Values: LEFT,RIGHT,UP,DOWN,FADE,ZOOM)
(DELAY Valid Values: 1-30, 1 = lightning fast)
<param name=endX value="ACTION, DELAY">
X refers to messageX
ACTION defines the type of ending animation to display
DELAY defines the animation speed
(ACTION Valid Values: LEFT,RIGHT,UP,DOWN,FADE,ZOOM)
(DELAY Valid Values: 1-30, 1
= lightning fast)
Back to the HillmanTextScroller applet page.
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|