Custom object drag-and-drop from embedded FX (JFXPanel) to Swing
问题 This question is a follow-up question to Custom object drag-and-drop from FX to Swing. I'm working on a plugin for a Swing application that uses JavaFX for some graphical user interfaces. We added drag-and-drop functionality to improve the user experience. First, we were using an external JavaFX window ( Stage ) for our Scene , now we want to embed it directly into the Swing application via a JFXPanel . Now, the strange thing is, that it seems to make a big difference for drag-and-drop