Revision 24819

View differences:

trunk/extensions/extSymbology/src/org/gvsig/symbology/gui/layerproperties/ProportionalSymbols.java
499 499
	}
500 500

  
501 501
	public ImageIcon getIcon() {
502
		// TODO Implement it
503
		return null;
502
		return new ImageIcon(this.getClass().getClassLoader().
503
				getResource("images/ProportionalSymbols.PNG"));
504 504
	}
505 505

  
506 506
	public Class getParentClass() {

Also available in: Unified diff