This example is designed to give you a demonstration of
the Free Tree Applet and also can be used as a template
for your own implementation.
Java Applet
by Jpowered.com
and here is the HTML Code,
<applet
code="FreeTreeApplet" width="250"
height="300" archive="FreeTree.jar">
<param
name="backgroundColor" value="white">
<param name="highTextColor" value="#BB3500">
<param name="highBgColor" value="#FFCC00">
<param name="charset" value="8859_1">
<param
name="image1" value="closed|closedfolder.gif">
<param name="image2" value="open|openfolder.gif">
<param name="image3" value="document|document.gif">
<param name="image4" value="point|point.gif">
Java is not enabled, for help see <a href="http://www.jpowered.com">Jpowered.com</a>
</applet><br>
<font size="2"><a href="http://www.jpowered.com">Java
Applet by Jpowered.com</a></font><br>
The Node data is read from the file "nodedata.txt",
click here to view this file.
<< Documentation
<< Back to Getting
Started