Revision 28434 branches/v2_0_0_prep/applications/appCatalog/src/org/gvsig/catalog/ui/serverconnect/ServerConnectDialogPanel.java

View differences:

ServerConnectDialogPanel.java
52 52
import java.util.Iterator;
53 53
import java.util.TreeMap;
54 54

  
55
import javax.swing.Icon;
56
import javax.swing.ImageIcon;
55 57
import javax.swing.JFrame;
56 58
import javax.swing.JPanel;
57 59

  
......
101 103
		//Load the first protocol
102 104
		controlsPanel.setProtocol(controlsPanel.getServer().getServiceSubType());
103 105
		enableServerPropertiesButton();
106
		getControlsPanel().setPropertiesIcon(getPropertiesIcon());
104 107
	} 
105 108

  
106 109
	/**
......
280 283
	public CatalogClient getClient() {        
281 284
		return client;
282 285
	} 
286
	
287
	protected Icon getPropertiesIcon(){
288
		return new ImageIcon("./gvSIG/extensiones/org.gvsig.catalog/images/serverProperties.png");
289
	}
283 290

  
284 291
	/**
285 292
	 * This class is used to manage the searches.

Also available in: Unified diff