Revision 109 trunk/libraries/libCq CMS for java.old/src/org/cresques/ui/cmd/CmdPan.java

View differences:

CmdPan.java
2 2

  
3 3
import java.awt.geom.Point2D;
4 4

  
5
import org.cresques.ui.CQCursor;
5 6
import org.cresques.ui.CQMapCanvas;
6 7

  
7 8
/**
......
19 20
	public CmdPan(CQMapCanvas canvas) {
20 21
		super(canvas);
21 22
		eventsWanted = LEFT | PRESS | RELEASE;
23
		cursor = CQCursor.getCursor(CQCursor.PAN_CURSOR);
22 24
	}
23 25

  
24 26
	/**

Also available in: Unified diff