SlideViewer.java
SlideViewer is a free applet that is used to display a sequence of GIF or JPEG images with a caption. The applet provides random transitions between the images much like MS PowerPoint.
Usage: Download slide.zip and unzip it within its own directory.
Permission to use, copy, modify, and distribute this software and
its documentation for NON-COMMERCIAL or COMMERCIAL purposes and
without fee is hereby granted, provided that any use properly
credits the author, i.e. "SlideProjector courtesy of Jayakrishnan Nair is
displayed.
Java Source: included in zip file
HTML Source:
<APPLET CODE=SlideProjector.class WIDTH=250 HEIGHT=450 ALIGN=TOP>
<PARAM NAME=width VALUE=250>
<PARAM NAME=height VALUE=450>
<PARAM NAME=FONT VALUE="Helvetica">
<PARAM NAME=FONTHEIGHT VALUE=18>
<PARAM NAME=TRANSITIONDELAY VALUE=2000>
<PARAM NAME=LEFTARROWIMAGE VALUE="forward.gif">
<PARAM NAME=RIGHTARROWIMAGE VALUE="backward.gif">
<PARAM NAME=TITLEIMAGE VALUE="title.gif">
<PARAM NAME=SEPARATOR value="|">
<PARAM NAME=SLIDE0 VALUE="Gif/aish.jpg|Aishwarya Rai - Miss Universe">
<PARAM NAME=SLIDE1 VALUE="Gif/kajol.jpg|Kajol">
<PARAM NAME=SLIDE2 VALUE="Gif/madhuri.gif|Madhuri Dixit">
<PARAM NAME=SLIDE3 VALUE="Gif/pooja.jpg|Pooja Bhat">
<PARAM NAME=SLIDE4 VALUE="Gif/sri.jpg|Sridevi">
<PARAM NAME=SLIDE5 VALUE="Gif/tabu.jpg|Tabu">
</APPLET>
Author: Jayakrishnan Nair
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.
|