Click to See Complete Forum and Search --> : Explorer like Tree View that can be filled in from the database and works for IE and Netscape


K. Ravi
August 7th, 1999, 12:12 AM
Hello,

I have taken up Java programming just two weeks back. I am looking for help on how to present a tree view like the windows explorer complete with all the root lines, the Plus and Minus images etc. The information required to create the tree comes from the Database using ASP.

I have checked out a lot of these Java code snippets that present collapsable lists, menus etc but the do not work fine with all browsers.

I will be very heppy if any one could help me out.

None

Lakshmanan
August 11th, 1999, 08:10 AM
Hi,

As for as I know there is no Java tree component in AWT. But you can find one(JTREE) in the Swing package. But if u use swing, then you have to install plug-in for IE and Netscape. But it will work on all the browsers (provided the plugin is installed).

With Regards,
Lachu
lakshmanan.r@in.bosch.com

renga
August 11th, 1999, 02:13 PM
You can use The Tree Component from Symantec Visual Cafe. I have created an applet using java and asp that works well on all browsers.

Regards,
Renga.

pinch'
August 17th, 1999, 12:44 PM
Go to the following URL's:

Best of Applets (including TreeView):
http://software-tools.com/java_applets_tools/

You can freely dowload the source code of an interesting TreeControl at:
http://www.mcsoftware.com.au/java/

I hope this will help you.
Pascal

aquarius_pisces
June 22nd, 2001, 07:08 AM
Also, you may use the ProSyst's PGUI library from dz.prosyst.com. Based on AWT, you dont need no Swing. If you need some tree demo code, they've got it open source in their PExplorer (it's very close to WinExplorer).