views:

42

answers:

1

Hello,

I'm looking for a library that will allow me to construct a Tree and dynamically generate the branches/leaves of this tree at run time based on which branch the user selects.

Basically, it's similar to this prefuse example: http://prefuse.org/gallery/treeview/ except that the data isn't predifined in a an XML file. Rather the data is generated behind the scenes in my code based on the user's selection.

Is there such a library for this task?

+1  A: 

Have a look at yFiles, JGraph, JGraphT or the alternatives on this list.

RegDwight