Revision 38608 branches/v2_0_0_prep/libraries/libCorePlugin/src/org/gvsig/coreplugin/preferences/network/NetworkPage.java

View differences:

NetworkPage.java
132 132
	public NetworkPage() {
133 133
		super();
134 134
		id = this.getClass().getName();
135
		// icon = new ImageIcon(this.getClass().getClassLoader().getResource("images/network.png"));
136 135
		icon=PluginServices.getIconTheme().get("edit-setup-network");
137 136
		lblNetworkStatus = new JLabel();
138 137
		lblNetworkStatus.setFont(lblNetworkStatus.getFont().deriveFont(Font.BOLD));

Also available in: Unified diff