Revision 7644 branches/v10/extensions/extGeoreferencing/src/org/gvsig/georeferencing/gui/selectPoints/DataPointPanel.java

View differences:

DataPointPanel.java
128 128
	private JPanel getPX() {
129 129
		if (pX == null) {
130 130
			lX = new JLabel();
131
			lX.setText("X: ");
131
			lX.setText("x :");
132 132
			FlowLayout flowLayout2 = new FlowLayout();
133 133
			flowLayout2.setAlignment(java.awt.FlowLayout.RIGHT);
134 134
			pX = new JPanel();
......
150 150
	private JPanel getPY() {
151 151
		if (pY == null) {
152 152
			lY = new JLabel();
153
			lY.setText("Y:");
153
			lY.setText("y :");
154 154
			FlowLayout flowLayout1 = new FlowLayout();
155 155
			flowLayout1.setAlignment(java.awt.FlowLayout.RIGHT);
156 156
			pY = new JPanel();
......
172 172
	private JPanel getPLatitud() {
173 173
		if (pLatitud == null) {
174 174
			lLongitud = new JLabel();
175
			lLongitud.setText("longitud:");
175
			lLongitud.setText("X' :");
176 176
			FlowLayout flowLayout3 = new FlowLayout();
177 177
			flowLayout3.setAlignment(java.awt.FlowLayout.RIGHT);
178 178
			pLatitud = new JPanel();
......
194 194
	private JPanel getPLongitud() {
195 195
		if (pLongitud == null) {
196 196
			lLatitud = new JLabel();
197
			lLatitud.setText(PluginServices.getText(this, "latitud")+":");
197
			lLatitud.setText("Y' :");
198 198
			FlowLayout flowLayout4 = new FlowLayout();
199 199
			flowLayout4.setAlignment(java.awt.FlowLayout.RIGHT);
200 200
			pLongitud = new JPanel();

Also available in: Unified diff