Revision 13557 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/cutting/ui/ResolutionPanel.java

View differences:

ResolutionPanel.java
123 123
		if (cCellSize == null) {
124 124
			cCellSize = new DataInputContainer();
125 125
			cCellSize.setLabelText(PluginServices.getText(this, "celda"));
126
			cCellSize.setDecimal(true);
127 126
		}
128 127
		return cCellSize;
129 128
	}
......
137 136
		if (cHeight == null) {
138 137
			cHeight = new DataInputContainer();
139 138
			cHeight.setLabelText(PluginServices.getText(this, "alto"));
140
			cHeight.setDecimal(true);
141 139
		}
142 140
		return cHeight;
143 141
	}
......
151 149
		if (cWidth == null) {
152 150
			cWidth = new DataInputContainer();
153 151
			cWidth.setLabelText(PluginServices.getText(this, "ancho"));
154
			cWidth.setDecimal(true);
155 152
		}
156 153
		return cWidth;
157 154
	}

Also available in: Unified diff