CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 1999
    Posts
    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

  2. #2
    Join Date
    Aug 1999
    Posts
    7

    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]





  3. #3
    Join Date
    May 1999
    Posts
    5

    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.



  4. #4
    Join Date
    Aug 1999
    Posts
    1

    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



  5. #5
    Join Date
    Jun 2001
    Posts
    20

    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
  •  





Click Here to Expand Forum to Full Width

Featured