OmniScroller2
Omni Scroller 2 Applet is a small and fast loading applet that scrolls arbritrary number of text messages in any of the four directions: UP, DOWN, LEFT, RIGHT, or makes text fade in and out. Text can come in and out from different directions that you specify and stays centered for a specified time. Each text message can be associated with a URL. Font size, font name, font style, background and text color, speed of scrolling are fully customizable.
Usage: Download Omniscroller2.zip and unzip it within your HTML directory.
Java Source: not available
HTML Source:
<APPLET CODE=Omniscroller2.class WIDTH=400 HEIGHT=100>
<param name="TextToDisplay" value="
Welcome to omni scroller;
Text can come in and out;
From different directions;
Or fade in or out
">
<param name="URLtoDisplay" value="
http://egnatia.ee.auth.gr/~gele/geojava/geojava.html;
http://egnatia.ee.auth.gr/~gele/geojava/geojava.html;
http://egnatia.ee.auth.gr/~gele/geojava/geojava.html;
http://egnatia.ee.auth.gr/~gele/geojava/geojava.html">
<param name="Direction_in" value="LEFT;RIGHT;FADE_IN;UP">
<param name="Direction_out" value="FADE_OUT;UP;DOWN;FADE_OUT">
<param name="FontSize" value="24">
<param name="FontName" value="TimesRoman">
<param name="FontStyle" value="BOLD">
<param name="bgCOLOR" value="245,245,220">
<param name="textCOLOR" value="0,0,0">
<param name="textCOLOR2" value="0,0,255">
<param name="Target" value="_blank">
<param name="Delay" value="40">
<param name="Delay2" value="1000">
<param name="Step" value="2">
<param name="Author" value="George Eleftheriou">
<param name="Email" value="gele@egnatia.ee.auth.gr">
</APPLET>
Author: George Eleftheriou
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.
|