Using drag-and-drop and trees, how can you select a subtree and drop it on another container? What do you use for transferable?
Created May 4, 2012
Davanum Srinivas JavaWorld has an excellent article on Adding Drag and Drop to JTrees:
http://www.javaworld.com/javaworld/javatips/jw-javatip97.html
The article has a sample class that implements Transferable interface for your reference.