Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Drag and Drop

Hi sir,

ok with the article, but I think that I cannot define a Drop target because I´m using a swing component.

I have defined my own Transferable with a javaJVMLocalObjectMimeType DataFlavor. I want to drag on a SWT tree, extract the TreeItem data (not only text) and drop it into a JGraph panel (based on swing) in order to recuperate that data.

What can I do?

Thanks

Back to the top