[Schmitzm-commits] r643 - branches/2.0-RC2/src/schmitzm/swing/event
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jan 28 17:14:34 CET 2010
Author: alfonx
Date: 2010-01-28 17:14:34 +0100 (Thu, 28 Jan 2010)
New Revision: 643
Modified:
branches/2.0-RC2/src/schmitzm/swing/event/SelectiveMouseAdapter.java
Log:
Modified: branches/2.0-RC2/src/schmitzm/swing/event/SelectiveMouseAdapter.java
===================================================================
--- branches/2.0-RC2/src/schmitzm/swing/event/SelectiveMouseAdapter.java 2010-01-28 16:13:18 UTC (rev 642)
+++ branches/2.0-RC2/src/schmitzm/swing/event/SelectiveMouseAdapter.java 2010-01-28 16:14:34 UTC (rev 643)
@@ -48,7 +48,7 @@
protected Point dragStartPos = null;
/** Holds the window position of last {@link #mouseDragged(MouseEvent)}
* call (e.g. to remove a dragging rectangle). */
- protected Point2D dragLastPos = null;
+ protected Point dragLastPos = null;
/**
* Creates a new mouse adapter. All actions are activated initially.
@@ -89,7 +89,7 @@
* Returns the window selection of the last {@link #mouseDragged(MouseEvent)}
* call.
*/
- public Point2D getDragLastPoint() {
+ public Point getDragLastPoint() {
return dragLastPos;
}
More information about the Schmitzm-commits
mailing list