Hi Internet!
How can I move (drag&drop) one widget or an object from one module to another using the NetBeans Platform?
EDIT:
I need to move (DragAndDrop) an Image/JLabel from one TopComponent to Another TopComponent.
I can successfully move one image but I need and ID of that image, that I have as a text in the JLabel.
I have fail to implement a drag&drop for a JLabel and fail to implement a drag&drop for a JPanel with the JLabel inside.
If someone can offer hints, and pieces of code, anything is welcome.
Thank you
Please have a look at