Revision 23645 branches/v2_0_0_prep/libraries/libFMap_mapcontrol/src/org/gvsig/fmap/mapcontrol/tools/ZoomOutListenerImpl.java

View differences:

ZoomOutListenerImpl.java
100 100
	 *
101 101
	 * @see #getCursor()
102 102
	 */
103
	private Cursor cur = Toolkit.getDefaultToolkit().createCustomCursor(izoomout,
104
			new Point(16, 16), "");
103
//	private Cursor cur = Toolkit.getDefaultToolkit().createCustomCursor(izoomout,
104
//			new Point(16, 16), "");
105 105

  
106 106
	/**
107 107
	 * Reference to the <code>MapControl</code> object that uses.
......
144 144

  
145 145
	/*
146 146
	 * (non-Javadoc)
147
	 * @see com.iver.cit.gvsig.fmap.tools.Listeners.ToolListener#getCursor()
147
	 * @see com.iver.cit.gvsig.fmap.tools.Listeners.ToolListener#getImageCursor()
148 148
	 */
149
	public Cursor getCursor() {
150
		return cur;
149
	public Image getImageCursor() {
150
		return izoomout;
151 151
	}
152 152

  
153 153
	/*

Also available in: Unified diff