< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/basic/DragRecognitionSupport.java

Print this page

        

*** 31,42 **** import sun.awt.dnd.SunDragSourceContextPeer; import sun.awt.AppContext; /** * Drag gesture recognition support for classes that have a ! * <code>TransferHandler</code>. The gesture for a drag in this class is a mouse ! * press followed by movement by <code>DragSource.getDragThreshold()</code> * pixels. An instance of this class is maintained per AppContext, and the * public static methods call into the appropriate instance. * * @author Shannon Hickey */ --- 31,42 ---- import sun.awt.dnd.SunDragSourceContextPeer; import sun.awt.AppContext; /** * Drag gesture recognition support for classes that have a ! * {@code TransferHandler}. The gesture for a drag in this class is a mouse ! * press followed by movement by {@code DragSource.getDragThreshold()} * pixels. An instance of this class is maintained per AppContext, and the * public static methods call into the appropriate instance. * * @author Shannon Hickey */
< prev index next >