Free java tab bar applet which drives layers to provide a fast flick-through navigation to the main sub-sections of your website.
Optionally adopts system colours of client machine to blend in with the user's browser bars.
Unzip with a
compression utility.
Java Source:
Unavailable
Sample HTML Source:
In the header:
<script language="Javascript" src=itb.js<
>/script>
And place this code where you want the applet to appear on your page:
<script language="Javascript">
var w = 400;
if (navigator.appName=="Netscape") w = innerWidth;
else w = document.body.clientWidth-13;
document.write(
"<applet
code=itbafree.class
width=" + w + "
height=25 mayscript>");
</script>
<PARAM NAME="copyright"
VALUE="Image Intelligence Ltd. (www.imint.com)">
<param name=colourscheme value=4>
</applet>
Status: This software is a free version. Please refer to the licence
agreement for conditions. Commercial versions can also be
bought.
Author: Image Intelligence Ltd.
Homepage: http://www.imint.com/itab/itbdoc101.htm
Upload Date: October 25, 2001
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.