Posted By:
Laura_Melnik
Posted On:
Friday, March 18, 2005 08:08 AM
I have a situation in java 1.3.1_11 where a very shaky user can cause the drag gesture to be fired even though a mouseReleased was generated. The problem seems to be the mouseRelease comes after the drag has been started and before any moves have been made by the mouse.
Is there a way to stop drag and drop while it is running without generating an event? It would be nice if there was a stopDrag() method.
Laura