SheikLines
<applet code="Lines.class" width=300 height=100>
<param name=VIEWWIDTH value=10>
<param name=VIEWHEIGHT value=10>
<param name=MAXLINES value=200>
<!Number of lines being drawn>
<param name=SLEEPVALUE value=10>
<!The speed the applet runs at - higher value = slower speed>
<param name=FONTSIZE value=40>
<param name=FONTNAME value="TimesRoman">
<!Could also use Helvetica>
<param name=FONTSLANT value="italic">
<!Any other value=no italic>
<param name=FONTWEIGHT value="bold">
<!Any other value=no bold>
<param name=FILENAME value="linewords.txt">
<!Text file containing word to be displayed -
I will eventually allow more words>
<param name=background-rgb value="0,0,16">
<!RGB value of applet background. eg ed would be "255,0,0">
<param name=GLOW value=true>
<!FALSE=only glow on mouseover,
TRUE=Glow on mouseover and after GLOWFREQUENCY>
<param name=GLOWFREQUENCY value=500>
<!higher values mean text glows less often>
<param name=RANDOMMOVEMENT value=true>
<!FALSE=use DXn parameters, TRUE=Randomly generate DXn values>
<param name=DX1 value=4>
<!Movement of initial line's movement in x axis for point 1>
<param name=DY1 value=3>
<!Movement of initial line's movement in y axis for point 1>
<param name=DX2 value=-2>
<!Movement of initial line's movement in x axis for point 2>
<param name=DY2 value=-1>
<!Movement of initial line's movement in y axis for point 2>
<param name=RANDOMFREQUENCY value=1000>
<!How often to randomly change the line movement>
</applet>
SheikLines Applet
--------------------
Date: 11th March 1998
Author: Adam Sheik
Company: Celerity Design
E-Mail: lines@celerity.demon.co.uk
WWW: www.celerity.demon.co.uk
What does the program do?
-------------------------
The applet is designed to be used as an attractive and original
heading for use on your web pages. Multi-coloured lines move
around the applet's frame and a user defined message is visible
through the lines.
How to view the program:
------------------------
Open the file Lines.htm file in any Java enabled web browser.
View Lines.htm to see available HTML parameters
Important files
---------------
Lines.class \
ColorUtils.class |
Shareware.class |===== need to be together
SheikLine.class |
TextReader1.class /
LReadme.txt >============= this file, please include it if you are sending the program to someone!
Lines.htm >============= sample HTML file
sample text file containing word used by the
linewords.txt >=========== applet - currently only uses one word but I
will be extending this shortly
Usage notes
-----------
To use the applet when the class files are located in a sub-directory
use the following HTML: <APPLET CODEBASE="YOURDIR" CODE="Lines.clss">
Usage Restrictions
------------------
Feel free to add this applet to your own non-commercial web pages.
Permission is NOT given to publish the applet on commercial sites.
You must contact me for the licensed version.
It would be appreciated if you would add the following
HTML next to the applet code:
<! AUTHOR=Adam Sheik>
<! E-MAIL = lines@celerity.demon.co.uk>
<! WWW = http://www.celerity.demon.co.uk>
As this version is a trial one, the program will eventually show
a copyright message and will link to my page.
Please get in touch if you would like a licensed version!
I have several plans for this applet so check the homepage for the
latest version.
Back to the SheikLines 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.
|