Let your visitors see the news, a random quote, linked quotes ... the choice is yours. Messages and links are pulled from a text file and
can be displayed in order or randomly. Size, colors, alignment and speed are all adjustable. Unicode is supported.
Unzip with a
compression utility.
Java Source:
Unavailable
Sample HTML Source:
<APPLET NAME="QuothBar"
CODE="QuothBar.class"
CODEBASE="."
WIDTH=430 HEIGHT=20>
<!--WIDTH and HEIGHT tags are adjustable.-->
<PARAM NAME=QuothFile VALUE="QuothFileMain.txt">
<!--The data file that contains the messages to be
shown (and possibly their links)-->
<PARAM NAME=FileEncoding VALUE="Standard">
<!--The encoding of the QuothFile. Set it to "standard"
to use the platform's default encoding. Set this parameter
to "Unicode" to use a file specifically encoded in Unicode.
Unicode can handle almost all character sets (including
English, Greek, Chinese, ...). Set it to any other encoding
to use that particular encoding.-->
<PARAM NAME=RandomOrder VALUE="No">
<PARAM NAME=Alignment VALUE="Left">
<!--The alignment: left, center or right (left is recommended)-->
<PARAM NAME=TimeShown VALUE="4000">
<!--The time in milliseconds that a message will be
shown in full colors-->
<PARAM NAME=TypeSpeed VALUE="25">
<!--The amount of letters added per minute when the
message is appearing (25 is recommended)-->
<PARAM NAME=LoadingMessage VALUE="Loading QuothBar...">
<!--This message is shown at the start when the applets
is loading the QuothFile.-->
<PARAM NAME=TargetFrame VALUE="_new">
<!--The frame in which to open the links of messages-->
<PARAM NAME=BackgroundColor VALUE="FFFFFF">
<!--The background color-->
<PARAM NAME=ForegroundColorOut VALUE="000000">
<!--The color of the message when the message is not
a link or the mouse does not hover over the applet.-->
<PARAM NAME=ForegroundColorOver VALUE="FF0000">
<!--The color of the message when the message is a
link and the mouse does hover over the applet.-->
<PARAM NAME=ForegroundColorDown VALUE="CC0000">
<!--The color of the message when the message is a link
and the mouse is pressed down over the applet.-->
<PARAM NAME=FontStyle VALUE="TimesRoman">
<!--The style of font of the message-->
Java is not enabled, for help please go to
<a href="Http://www.realapplets.com">RealApplets.com</a>.
</APPLET>
Status: The Unregistered version shows unregistered notes, a link to RealApplets. Register Quothbar for 20 USD online and all these limitations will be removed! You will receive the full version by e-mail within 48 hours.
Author: Geoffrey from RealApplets
Homepage: http://javaboutique.internet.com/text/Vert/QuothBar/
Upload Date: January 8, 2001
Updated: November 21, 2002
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.