URLFind



This Applet can be inserted into any Web page in order to offer viewers an easy navigation through a set of pre-defined links. Could you do the same thing with HTML and simple JavaScript? Yes, but then it wouldn't be so cool!
URLFind is fully customizable and enables users to change the background and foreground colors, as well as the label of the button. The applet can also be used to target frames, making it a versatile, quick-loading navigational tool.

How To Use: Download URLFind.zip (6KB) and unzip within your HTML directory.

Java Source: Unavailable

HTML Source:

<applet code="UrlFind.class" align="baseline" width="200" height="33">
	<param name="targetFrame" value="_self">
	<param name="butLabel" value="GO!">
	<param name="bgRVal" value="256">
	<param name="bgGVal" value="256">
	<param name="bgBVal" value="256">
	<param name="numItems" value="3">
	<param name="item0" value="My Home Page">
	<param name="url0" value="http://www.kalbi.demon.co.uk">
	<param name="item1" value="WebDeveloper.com">
	<param name="url1" value="http://www.webdeveloper.com">
	<param name="item2" value="Java Boutique">
	<param name="url2" value="http://www.javaboutique.com/">
</applet>

Author: Uri Kerbel

Homepage: http://www.kalbi.demon.co.uk

Upload date: July 22, 1998

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.