SumUp is a simple applet that adds up some numbers.
To make this really useful for production, should implement a "little
language" either in HTML PARAMs, such as
<param name="title1" value="Option One">
<param name="values1" value="0|100|200|300|400">
<param name="title1" value="Option Two">
<param name="values1" value="0|400|600|800|1000">
or
in a configuration file which we download and parse (see
TreeLink.java in this directory) or load as a Properties file
(see MenuIntl.java).
Also, of course, the URL to go to should be a PARAM.
Not to mention the colors (see ColorName and/or XColor). |