ibtn


NAVIGATION BUTTON 

A configurable animated button navigation bar with source code.

How To Use:

  • Place the two class files imagebtn.class and ibtn.class in your directory.
  • Also include the graphic images declared within the paramters.

    Java Source: source1.html and source2.html

    HTML Source:

    <APPLET CODE="ibtn.class" width="40" height="270">NAVIGATION BUTTON 
    	<PARAM NAME="row"   VALUE="3">
    	<PARAM NAME="col"   VALUE="2">
    
    	<PARAM NAME="is0"   VALUE="SUNsite">
    	<PARAM NAME="at0"   VALUE="http://javaboutique.internet.com/javasource/index.html">
    	<PARAM NAME="img0"  VALUE="sunsite_logo_small.gif">
    
    	<PARAM NAME="is1"   VALUE="NUS">
    	<PARAM NAME="at1"   VALUE="http://javaboutique.internet.com/javasource/b">
    	<PARAM NAME="img1"  VALUE="nuslogo3a.gif">
    
    	<PARAM NAME="is2"   VALUE="Comment">
    	<PARAM NAME="at2"   VALUE="http://javaboutique.internet.com/javasource/c">
    	<PARAM NAME="img2"  VALUE="button_comment.gif">
    
    	<PARAM NAME="is3"   VALUE="Java">
    	<PARAM NAME="at3"   VALUE="http://javaboutique.internet.com/javasource/d">
    	<PARAM NAME="img3"  VALUE="javalogo52x88.gif">
    
    	<PARAM NAME="is4"   VALUE="Source1">
    	<PARAM NAME="at4"   VALUE="http://javaboutique.internet.com/javasource/e">
    	<PARAM NAME="img4"  VALUE="diskette.gif">
    
    	<PARAM NAME="is5"   VALUE="Source2">
    	<PARAM NAME="at5"   VALUE="http://javaboutique.internet.com/javasource/f">
    	<PARAM NAME="img5"  VALUE="diskette.gif">
    </APPLET>
    

    Author: Raymond Anthony Samalo

    Upload date: December 17, 1997


    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.