How can I add drag and drop support to a JTree using the Netbeans GUI editor? Just something simple, like rearranging the nodes in the tree.
Thanks
How can I add drag and drop support to a JTree using the Netbeans GUI editor? Just something simple, like rearranging the nodes in the tree.
Thanks
I don't think this is possible with the Netbeans editor, you're going to have to delve into the code to get this to work. I suggest reading the following as they should help greatly.
http://download.oracle.com/javase/tutorial/uiswing/dnd/intro.html