How can I create a Tree Structure in java ?

Hi,

I want to create a tree structure(objects hierarchy) using java language. Is there any API method for this ?

Can any one please give me a hint or suggestion how I can do this ?

Thanks for the help in advance.

[238 byte] By [javapedanta] at [2007-11-27 11:32:17]
# 1

Do you mean graphically?

You can use a TreeSet or TreeMap if you just want to use tree structures.

Kaj

kajbja at 2007-7-29 16:44:38 > top of Java-index,Java Essentials,Java Programming...
# 2

DefaultMutableTreeNode? Or just write the structure you need yourself. Or what do you need exactly? A collection?

CeciNEstPasUnProgrammeura at 2007-7-29 16:44:38 > top of Java-index,Java Essentials,Java Programming...