Revision 36684 branches/v2_0_0_prep/libraries/libFMap_controls/src/org/gvsig/fmap/mapcontrol/tools/ZoomOutListenerImpl.java

View differences:

ZoomOutListenerImpl.java
98 98
	/**
99 99
	 * The image to display when the cursor is active.
100 100
	 */
101
	private final Image izoomout = new ImageIcon(MapControl.class.getResource(
102
				"images/ZoomOutCursor.gif")).getImage();
101
	private final Image izoomout = new ImageIcon(MapControl.class.getClassLoader().getResource(
102
				"org/gvsig/fmap/mapcontrol/images/ZoomOutCursor.gif")).getImage();
103 103

  
104 104
	/**
105
	 * The cursor used to work with this tool listener.
106
	 *
107
	 * @see #getCursor()
108
	 */
109
//	private Cursor cur = Toolkit.getDefaultToolkit().createCustomCursor(izoomout,
110
//			new Point(16, 16), "");
111

  
112
	/**
113 105
	 * Reference to the <code>MapControl</code> object that uses.
114 106
	 */
115 107
	private MapControl mapControl;

Also available in: Unified diff