Changing DragDrop Cursor

Hi All,

How can I change the icon of DragDrop cursor to 'NoDrop' icon inDragTargetListener.dragOver(DropTargetDragEvent dtde) methodwithout using the dtde.rejectDrop(), since this method terminates DnD operation. Can anyone please help me out.

Thanks in advance.

Regards

Clefies R D'Souza

[339 byte] By [clefies@gmail.coma] at [2007-11-27 6:35:00]
# 1

Multi post: http://forum.java.sun.com/thread.jspa?threadID=5180409&messageID=9701262#9701262

No need to create the same post again.

rejectDrop does not terminate the DnD operation.

Did you even try running the example I gave you?

It uses rejectDrop which does not terminate the DnD operation.

If you want further help post a Short, Self Contained, Compilable and Executable, Example Program ([url http://homepage1.nifty.com/algafield/sscce.html]SSCCE[/url]) that demonstrates the problem.

And don't forget to use [url http://forum.java.sun.com/help.jspa?sec=formatting]code formatting[/url] when posting code.

Rodney_McKaya at 2007-7-12 18:01:47 > top of Java-index,Desktop,Core GUI APIs...