Revision 10790 branches/F2/extensions/extJCRS/src/org/gvsig/crs/gui/panels/wizard/DefinirDatum.java

View differences:

DefinirDatum.java
66 66
	public DefinirDatum() {
67 67
		
68 68
		super();
69
		//TODO:Agregar un icono en gvSig
70
		//ImageIcon imodify = new ImageIcon(AddLayer.class.getClassLoader().getResource("images/search.png"));
71
		imodify = new ImageIcon("C:/gvSIGHead/extJCRS/images/search.png");
69
		imodify = new ImageIcon(DefinirDatum.class.getClassLoader().getResource("images/search.png"));
72 70
		this.setLayout(new BorderLayout());
73 71
		this.setBorder(BorderFactory.createEmptyBorder(4,4,4,4));
74 72
		bigSize=new Dimension();

Also available in: Unified diff