Learn java Yourself

Omni Scroller 2 Applet


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 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.

Your browser doesn't support java or java is not enabled!

This is the code used for the above applet:
<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="200, 200, 150">
<param name="textCOLOR" value="0,0,0">
<param name="textCOLOR2" value="0,0,255">
<param name="Target" value="_blank">
<param name="Delay" value="50">
<param name="Step" value="2">
<param name="Author" value="George Eleftheriou">
<param name="Email" value="gele@egnatia.ee.auth.gr">
Your browser doesn't support java or java is not enabled! </APPLET>


Download the Omniscroller2.zip that contains all files and documentation.
© Copyright 2001 by Faisal,ctg