Revision 865 org.gvsig.raster.tools/trunk/org.gvsig.raster.tools/org.gvsig.raster.tools.app/org.gvsig.raster.tools.app.basic/src/main/java/org/gvsig/raster/tools/app/basic/tool/properties/panel/GeneralPanel.java

View differences:

GeneralPanel.java
79 79
	private JButton             calcButton          = null;
80 80
	private JPanel              scalePanel          = null;
81 81
	private JPanel              recalcStatsPanel    = null;
82
	private NoDataNewPanel      pNoDataPanel        = null;
82
	private NoDataPanel      pNoDataPanel        = null;
83 83
	//private Transparency        transparency        = null;
84 84
	
85 85
	private JScrollPane         jScrollPane         = null;
......
175 175
	 * This method initializes TranspOpacitySliderPanel
176 176
	 * @return javax.swing.JPanel
177 177
	 */
178
	public NoDataNewPanel getNoDataPanel() {
178
	public NoDataPanel getNoDataPanel() {
179 179
		if (pNoDataPanel == null) {
180
			pNoDataPanel = new NoDataNewPanel();
180
			pNoDataPanel = new NoDataPanel();
181 181
			pNoDataPanel.setBorder(BorderFactory.createTitledBorder(null, PluginServices.getText(this, "nodata"), TitledBorder.DEFAULT_JUSTIFICATION, TitledBorder.DEFAULT_POSITION, null, null));
182 182
		}
183 183

  

Also available in: Unified diff