Hi All, I am creating a Drag and Drop application in Java. I have two trees and I can drag a node from one tree to other and vice versa. Its working fine. But when I drag from another application ( say windows explorer) to the tree., the tree shows a draggable mouse cursor.
But I really want to diable this. When something is dragged from windows explort to my Java tree, I need to see a no-drop cursor. On experimentation I found dragEnter(DropTargetDragEvent e) - is called when I put cursor on the drop tree. I tried to change cursor inside this method, but to no avail. Can anyone please reply. Thanks Joshy ____________________________________________________ To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm Be respectful! Clean up your posts before replying ____________________________________________________
