|
-
August 7th, 1999, 12:12 AM
#1
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
-
August 11th, 1999, 08:10 AM
#2
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]
-
August 11th, 1999, 02:13 PM
#3
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.
-
August 17th, 1999, 12:44 PM
#4
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
-
June 22nd, 2001, 07:08 AM
#5
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).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|