Revision 4444 trunk/extensions/extRasterTools/src/com/iver/cit/gvsig/rasterTools/saveRaster/pruebas2/InputSizeDataPanel.java

View differences:

InputSizeDataPanel.java
51 51
	private JPanel getPBorder() {
52 52
		if (pBorder == null) {
53 53
			FlowLayout flowLayout1 = new FlowLayout();
54
			flowLayout1.setAlignment(java.awt.FlowLayout.LEFT);
55
			flowLayout1.setHgap(5);
56
			flowLayout1.setVgap(0);
54
			flowLayout1.setAlignment(java.awt.FlowLayout.RIGHT);
55
			flowLayout1.setHgap(0);
56
			flowLayout1.setVgap(4);
57 57
			lHeight = new JLabel();
58 58
			lHeight.setText("Alto:");
59 59
			lWidth = new JLabel();
......
143 143
		if (jPanel == null) {
144 144
			FlowLayout flowLayout2 = new FlowLayout();
145 145
			flowLayout2.setAlignment(java.awt.FlowLayout.RIGHT);
146
			flowLayout2.setVgap(0);
147
			flowLayout2.setHgap(14);
146 148
			jPanel = new JPanel();
147 149
			jPanel.setLayout(flowLayout2);
148
			jPanel.setPreferredSize(new java.awt.Dimension(102,34));
150
			jPanel.setPreferredSize(new java.awt.Dimension(102,28));
149 151
			jPanel.add(getCbMeasureType(), null);
150 152
		}
151 153
		return jPanel;

Also available in: Unified diff