I have some issues trying to D&D a String between 2 JFXPanel.
The Dragboard is empty on the target side.
No issue (using the same code) to D&D in the same JFXPanel.
To reproduce the issue, run the attached NB project, and click on "Library" and "Content View".
Drag the "Drag me!" text from the Library to the Content View. As you can see, the drop fails.
If you look at ContentViewController.dragDropped(), it's because the DragBoard is empty.
If you drag and drop in the Library panel, this works fine.
The Dragboard is empty on the target side.
No issue (using the same code) to D&D in the same JFXPanel.
To reproduce the issue, run the attached NB project, and click on "Library" and "Content View".
Drag the "Drag me!" text from the Library to the Content View. As you can see, the drop fails.
If you look at ContentViewController.dragDropped(), it's because the DragBoard is empty.
If you drag and drop in the Library panel, this works fine.