aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Tree Component 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 » Swing / AWT / SWT
Reply Bookmark "Tree Component" Watch "Tree Component" New topic
Author

Tree Component

Ranjan Gupta
Greenhorn

Joined: Oct 09, 2000
Posts: 2
I have to write a tree component in JAVA. Our company does not want to use Swing component. Kindly guide me how to write a tree component in java
Cindy Glass
"The Hood"
Sheriff

Joined: Sep 29, 2000
Posts: 8521
You haven't explained anything about the needs or restrictions or what you are trying to do with this. However as a blind quess you could try something like:
Map m = Collections.synchronizedMap(new TreeMap(...));


"JavaRanch, where the deer and the Certified play" - David O'Meara
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Tree Component
 
Similar Threads
JSF TREE
books
help
Classcast Exception