• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Java Gurus

Hello,
Below is a demo app I made to demostrate a problem I have with drag/drop with custom data types. I've got it working before by converting everything to strings, dragging that, then converting it back to a class, but that is messy and error prone.

It's not dropping anything, even though canImport returns true and createTransferable does return correctly. Only thing I noticed while debugging is that the transferable object, data, is null from exportDone.

Any help would be greatly appreciated.
 
Back
Top