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

View differences:

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

  
102
	private final Image izoomout = new ImageIcon(MapControl.class.getClassLoader().getResource(
103
	"org/gvsig/fmap/mapcontrol/images/ZoomOutCursor.gif")).getImage();
104
	
105 105
	/**
106
	 * The cursor used to work with this tool listener.
107
	 *
108
	 * @see #getCursor()
109
	 */
110
	//	private Cursor cur = Toolkit.getDefaultToolkit().createCustomCursor(izoomout,
111
	//    new Point(16, 16), "");
112

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

Also available in: Unified diff