I try to change the cursor overlay that java puts on the drag-and-drop cursor : a little "+" with ACTION_COPY, a little arrow with the ACTION_LINK.
I can change the cursor through DragSourceMotionListeners. I can write my own cursors.
But I don't succeed to grab the default cursor's image in order to add some overlay icon upon it.
Any idea how I can do this ?
Kind regards,