Revision 15765 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/geolocation/ui/GeoLocationPanel.java

View differences:

GeoLocationPanel.java
83 83
		ImageIcon firstIcon = null;
84 84
		ImageIcon resetIcon = null;
85 85
		try {
86
			backIcon = new ImageIcon(getClass().getClassLoader().getResource("images/back.png"));
87
			nextIcon = new ImageIcon(getClass().getClassLoader().getResource("images/next.png"));
88
			saveIcon = new ImageIcon(getClass().getClassLoader().getResource("images/save.png")); 
89
			firstIcon = new ImageIcon(getClass().getClassLoader().getResource("images/undo.png"));
90
			resetIcon = new ImageIcon(getClass().getClassLoader().getResource("images/reset.png"));
86
			backIcon = PluginServices.getIconTheme().get("back-icon");
87
			nextIcon = PluginServices.getIconTheme().get("next-icon");
88
			saveIcon = PluginServices.getIconTheme().get("save-icon"); 
89
			firstIcon = PluginServices.getIconTheme().get("undo-icon");
90
			resetIcon = PluginServices.getIconTheme().get("reset-icon");
91 91
		} catch(NullPointerException e) {
92 92
			
93 93
		}

Also available in: Unified diff