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

View differences:

AreaListenerImpl.java
77 77
	/**
78 78
	 * The image to display when the cursor is active.
79 79
	 */
80
	private final Image iarea = new ImageIcon(MapControl.class.getResource(
81
				"images/AreaCursor.gif")).getImage();
82

  
80
	private final Image iarea = new ImageIcon(MapControl.class.getClassLoader().getResource(
81
				"org/gvsig/fmap/mapcontrol/images/AreaCursor.gif")).getImage();
82
	
83 83
	/**
84
	 * The cursor used to work with this tool listener.
85
	 *
86
	 * @see #getCursor()
87
	 */
88
//	private Cursor cur = Toolkit.getDefaultToolkit().createCustomCursor(iarea,
89
//			new Point(16, 16), "");
90

  
91
	/**
92 84
	 * Reference to the <code>MapControl</code> object that uses.
93 85
	 */
94 86
	protected MapControl mapCtrl;

Also available in: Unified diff