aspose file tools
The moose likes Applets and the fly likes Tree in Applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply locked New topic
Author

Tree in Applet

Anand Gondhiya
Ranch Hand

Joined: Feb 24, 2004
Posts: 155
Hi All,

I want to create "folder structure view" in JSP. If you go to windows explorer , and what you see is the view I want to create in JSP. I can have all the data stored in Tree data structure. Just wanted to create a view similar to "windows explorer"

Can someone tell me how can it be done using Applet ?
Thanks
-Anand
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Look at JTree.
Anand Gondhiya
Ranch Hand

Joined: Feb 24, 2004
Posts: 155
I believe JTree is swing component , can be used like Applet ?
Keith Lynn
Ranch Hand

Joined: Feb 07, 2005
Posts: 2341
What about making a JApplet?
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24051
    
  13

Closing, one of many duplicates of this.


[Jess in Action][AskingGoodQuestions]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Tree in Applet
 
Similar Threads
Folder structure view in JSP
Tree in JSF
Dynamic Tree view
Displaying Table in Expanded and Collapsed manner
Displaying Tree structure