src/share/classes/java/awt/event/MouseMotionListener.java

Print this page

        

*** 58,70 **** * dragged. <code>MOUSE_DRAGGED</code> events will continue to be * delivered to the component where the drag originated until the * mouse button is released (regardless of whether the mouse position * is within the bounds of the component). * <p> ! * Due to platform-dependent Drag&Drop implementations, * <code>MOUSE_DRAGGED</code> events may not be delivered during a native ! * Drag&Drop operation. */ public void mouseDragged(MouseEvent e); /** * Invoked when the mouse cursor has been moved onto a component --- 58,70 ---- * dragged. <code>MOUSE_DRAGGED</code> events will continue to be * delivered to the component where the drag originated until the * mouse button is released (regardless of whether the mouse position * is within the bounds of the component). * <p> ! * Due to platform-dependent Drag&amp;Drop implementations, * <code>MOUSE_DRAGGED</code> events may not be delivered during a native ! * Drag&amp;Drop operation. */ public void mouseDragged(MouseEvent e); /** * Invoked when the mouse cursor has been moved onto a component