Chart



A parameter-based bar chart. Parameters can be set dynamically from a cgi or JavaScript. Source included!

How To Use: Download Chart.class (6kb) into your HTML directory.

Java Source: source.html

HTML Source:

<applet code="Chart.class" width=251 height=125>
	<param name=title value="Browser Usage">
	<param name=columns value="5">
	<param name=orientation value="horizontal">
	<param name=scale value="5">
	<param name=c1_label value="IE5">
	<param name=c1 value="25">
	<param name=c1_color value="red">
	<param name=c1_style value="solid">
	<param name=c2_label value="IE4">
	<param name=c2 value="34">
	<param name=c2_color value="green">
	<param name=c2_style value="solid">
	<param name=c3_label value="IE3">
	<param name=c3 value="1">
	<param name=c3_color value="blue">
	<param name=c3_style value="solid">
	<param name=c4_label value="NN4">
	<param name=c4 value="23">
	<param name=c4_color value="yellow">
	<param name=c4_style value="solid">
	<param name=c5_label value="NN3">
	<param name=c5 value="8">
	<param name=c5_color value="cyan">
	<param name=c5_style value="solid">
</applet>

Author: Sami Shaio of Sun Microsystems

Homepage: http://java.sun.com

Upload date: September 13, 1996


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.