This is a Java applet that creates an very simple organizational chart based on parameters passed in the APPLET tag. Nothing fancy about it.
OrgChart contains 3 classes: the base orgChart class, a class which defines the Chart object, and a class which displays error messages.
The chart is drawn using parameters passed in HTML, as <PARAM> tags inside the <APPLET> tag, as follows:
Warning: no checks are done to ensure that the tree is correct. If there are problems the tree will simply not be drawn correctly. Further details can be found in the code comments.
No update is planned. Please do not send support or help requests.
This package is distributed under the terms of the GNU General Public License. You are encouraged to use and distribute it at will, as long as you act according to the GPL and the terms enclosed in the README file in the distribution. You are free to use the code in your own applications as long as you mention the author and the source.
If you have the Java Runtime Environment installed, as well as a Java plugin for your browser, you should see the applet at work below.