Revision 13730 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/preferencespage/ViewPage.java

View differences:

ViewPage.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.26  2007-05-09 16:08:14  jaume
46
* Revision 1.27  2007-09-17 09:22:10  jaume
47
* view draw frame rate now customizable
48
*
49
* Revision 1.26  2007/05/09 16:08:14  jaume
47 50
* *** empty log message ***
48 51
*
49 52
* Revision 1.25  2007/03/06 16:35:02  caballero
......
237 240

  
238 241
	private JTextField txtZoomInFactor;
239 242
	private JTextField txtZoomOutFactor;
240
	protected String id;
243
	protected static String id = ViewPage.class.getName();
241 244
	private ImageIcon icon;
242 245
	private JLabel lblDefaultProjection;
243 246
	private JButton btnChangeProjection;
......
282 285
	 */
283 286
	public ViewPage() {
284 287
		super();
285
		id = this.getClass().getName();
288
		
286 289
		icon = new ImageIcon(this.getClass().getClassLoader().getResource("images/Vista.png"));
287 290

  
288 291

  

Also available in: Unified diff