LVBox



LVBox displays a sequence of images and text, applying transition effects between them. Each slide can be either an image or a text, and can have an associated link.

Author's Notes:
Text and image names can be set by parameters or a text file.

How To Use:

  • Download lvbox.zip (49 KB)
  • Unzip with a compression utility.

    Java Source: Unavailable

    Sample HTML Source:

    <applet code="lvbox.class" 
    	archive="lvbox.jar" 
    	align="baseline"
    	width="160" height="120">
        
    	<param name="credits"
    		value="applet by www.cromoteca.com">
        <param name="background1" value="cc6633">
        <param name="background2" value="cc3300">
        <param name="foreground" value="000000">
        <param name="textalign" value="1">
        <param name="datafile" value="messages.txt">
        <param name="font" value="Helvetica|1|13">
        <param name="separator" value="|">
        <param name="pauseduration" value="5000">
    </applet>
    

    Configuration: config.html

    Status: Free

    Author: Luciano Vernaschi

    Homepage: http://www.cromoteca.com/java

    Upload Date: December 24, 2002

    How to Add Java Applets to Your Site

    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.