Relative Content

Tag Archive for javaswingjtree

Draggable nodes in JTree

This is the TransferHandler code I found here.
JTree is completely draggable, but the problem is that when I move one of the nodes, in the place where I put that node, two nodes are added instead of one.