Revision 14821 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/TableNumericFieldOperations.java

View differences:

TableNumericFieldOperations.java
24 24
	 * @see com.iver.andami.plugins.IExtension#initialize()
25 25
	 */
26 26
	public void initialize() {
27
		registerIcons();
27 28
	}
28 29

  
30
	private void registerIcons(){
31
    	PluginServices.getIconTheme().register(
32
				"table-statistics",
33
				this.getClass().getClassLoader().getResource("images/statistics.png")
34
			);
35
	}
36

  
29 37
	/**
30 38
	 * @see com.iver.andami.plugins.IExtension#execute(java.lang.String)
31 39
	 */

Also available in: Unified diff