|
Animated Tree Control 3.0
A small size, robust tree view applet. Uses XML well formed
document for tree structure description. Allows separate icons
for different tree items, background image and smooth animated
branch collapsing and expanding.
How To Use:
Download demo.zip (35 KB)
Unzip with a compression utility.
Java Source:
Sold Separately
Sample HTML Source:
<APPLET CODE=obf.lau.atc2.AnimatedTreeControl.class
ARCHIVE=Export.jar
WIDTH=200
HEIGHT=300
align="middle"
hspace="2"
vspace="20">
<param name=treeStructureFile value="demo.xml">
<param name=documentWindowName value=page>
<param name=openFolderIconFile value="obook.gif">
<param name=closeFolderIconFile value="cbook.gif">
<param name=leafIconFile value="page.gif">
<param name=backgroundImageFile value="background.jpg">
<param name=useAnimation value=false>
</APPLET>
Configuration:
Sample XML
Status: Demo
Author: Laurentiu N. Taropa
Homepage: http://www.carpathia.ro/atc2
Upload Date: July 26, 2000
Updated: September 7, 2000
|
New on the Java Boutique:
New Article:
Servlets and JSP
In addition to applets, applications, servlets, and articles, we are now accepting submissions of JSP snippets! If you have a piece of JSP code that you think would be useful to others, then send it in!
... [Submissions]
New Tutorial:
Introduction to Java Part 6:
Building Your First Application
Selena Sol goes through all the Java code and HTML necessary to create a java application.
... [more Tutorials]
Year in Review:
The Best of 1999
Y2K has come and gone and now we have a chance to look back over the past year.
In 1999 we posted over 250 applets, servlets, applications, and tools.
In this list are the 24 most popular apps from 1999.
... [popular applets]
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
100s of free Java code files to download.
Copyright 1999-2000 internet.com Corp.
All Rights Reserved. Legal Notices.
|