Hello,

i have a problem with the XmlTree (http://xmlbeans.apache.org/samples/XmlTree.html).

I want to move nodes of the SAME PARENT on the tree, just to change the order of the nodes by drag 'n drop.

I have already some code that works fine on a "normal" JTree but not on the XmlTree :(

One problem is that node.getParent() always returns null!

How can i fix that and how can i move the nodes of the tree??

Thanks in advance.

Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to