A customizable pie chart generator. Just load your data into the parameter tags. Source included!
Download piechart.zip (6KB) and unzip with a compression utility.
Java Source: source.html
Sample HTML Source:
<applet code="PieChart.class" width="400" height="350">
<param name="title" value="How JB Visitors Learn Java">
<param name="showlabel" value="yes">
<param name="showpercent" value="yes">
<param name="bgcolor" value="white">
<param name="columns" value="5">
<param name="Plabel1" value="Books">
<param name="Pvalue1" value="264">
<param name="Pcolor1" value="green">
<param name="Plabel2" value="Web Sites">
<param name="Pvalue2" value="500">
<param name="Pcolor2" value="red">
<param name="Plabel3" value="Online Classes">
<param name="Pvalue3" value="122">
<param name="Pcolor3" value="blue">
<param name="Plabel4" value="JDK Documentation">
<param name="Pvalue4" value="66">
<param name="Pcolor4" value="yellow">
<param name="Plabel5" value="Newsgroups">
<param name="Pvalue5" value="47">
<param name="Pcolor5" value="cyan">
</applet>
Configuration: config.html
Status: Free
Author: Saket Kumar
Homepage: http://saket.hypermart.net/
Upload Date: October 11, 1999
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.