This question is meant to drive @stevel05 crazy 
With a lot of "hard work", I managed to modify his jDragAndDrop2 project so that a Pane is dragged onto another and the latter becomes its parent.
Having N Panes and wanting to move one of them, how do I detect on which of them I release the moved Pane?
Goal (not easy): use the native TreeView giving the user the ability to move nodes, modify the TreeView structure.

With a lot of "hard work", I managed to modify his jDragAndDrop2 project so that a Pane is dragged onto another and the latter becomes its parent.
Having N Panes and wanting to move one of them, how do I detect on which of them I release the moved Pane?
Goal (not easy): use the native TreeView giving the user the ability to move nodes, modify the TreeView structure.
Last edited: