Explorer like Tree View that can be filled in from the database and works for IE and Netscape
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
Re: Explorer like Tree View that can be filled in from the database and works for IE and Netscape
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
[email protected]
Re: Explorer like Tree View that can be filled in from the database and works for IE and Netscape
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.
Re: Explorer like Tree View that can be filled in from the database and works for IE and Netscape
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
Re: Explorer like Tree View that can be filled in from the database and works for IE and Netscape
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).