NetBeansTV: JavaFX Samples (4): Drag and Drop
In this short demo you'll see two implementations of the same drag and drop behavior.In the first version, the dragged object is a custom image node. The approach shown in the second version can be applied to any type of target node and you will see that it is therefor more flexible.