MenuApplet is a free navigation pallet applet that can run in a floating window or in a frame.
Very useful in big sites because it helps the visitor to find a web page without navigating through the site.
Source and documentation included.
Unzip with a
compression utility.
Java Source: available in download
Sample HTML Source:
Place this on your main page:
<FORM>
<INPUT TYPE="button" NAME="Button1"
VALUE="Open Menu Window!" onClick="window.open('menu.html',
'displayWindow', 'menubar=no,height=166,width=244')">
</FORM>
And place this in a file called 'menu.html'
<APPLET CODE=MenuApplet.class WIDTH=222 HEIGHT=144>
<PARAM NAME=TargetWindow VALUE="LoadHere">
<PARAM NAME=fontType VALUE="TimesRoman">
<PARAM NAME=fontStyle VALUE="0">
</APPLET>
Configuration: config.html
Status: free under GNU General Public License
Author: Mihai Munteanu
Homepage: http://www.obs-us.com/people/mihai
Upload Date: January 7, 2000
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.