Graph-style JTree component desperately needed
Hi,
I'm a developer currently working with a JTree using an XML-based tree model to represent an outline view. Our client needs both this outline view, as well as a graphical box-and-line style tree that corresponds to what the JTree is displaying. They would like to be able to move nodes, add and remove connections, and generally modify the tree graphically while updating the results in the outline view.
We have tried implementing this ourselves, but the process is tedious and bug-prone. Does anyone know of a component or set of components available that could mimic the functionality our client's looking for, and do it with Swing's TreeModel representation (or if not that, can read XML)? We have very little time to develop it, and so have avoided non-specific packages such as JGraph until now -- we may have to go that route after all. ANY help you can lend would be most appreciated! Thanks in advance,
G. Dugwyler

