Changing cursor in Jtree Drag Drop
Hi All,How can I change the icon of DragDrop cursor to 'NoDrop' icon in DragTargetListener.dragOver(DropTargetDragEvent dtde) method. Can anyone please help me out.Thanks in advance.RegardsClefies R D'souza
# 2
Hi Rodney,Actually, calling dtde.rejectDrop() method will cancel the DnD operation, which I don't want to. I just want to change the cursor.Thanks & RegardsClefies R D'Souza
# 3
Hi Rodney,Pls. Ignore my previous reply.Actually, calling dtde.rejectDrag() method will cancel the DnD operation, which I don't want to. I just want to change the cursor.Thanks & RegardsClefies R D'Souza