Revision 4734 trunk/extensions/extGeoreferencing/src/com/iver/cit/gvsig/gui/panels/AdjustGeorefPanel.java

View differences:

AdjustGeorefPanel.java
21 21
	private JPanel 					zoomx = null;
22 22
	private GeoreferencingDialog 	grd = null;
23 23
	private OptionsPanel 			optionsPanel = null;
24
	private JPanel pZoomxRight = null;
25
	private JPanel pZoomxLeft = null;
26
	private JLabel lzoom1 = null;
27
	private JLabel lzoom2 = null;
28
	private JLabel lzoomx1 = null;
29
	private JLabel lzoomx2 = null;
24
	private JPanel 					pZoomxRight = null;
25
	private JPanel 					pZoomxLeft = null;
26
	private JLabel 					lzoom1 = null;
27
	private JLabel 					lzoom2 = null;
28
	private JLabel 					lzoomx1 = null;
29
	private JLabel 					lzoomx2 = null;
30 30
	//**********************Methods**************************************
31 31
	/**
32 32
	 * This is the default constructor
......
178 178
			gridBagConstraints6.gridy = 0;
179 179
			gridBagConstraints6.gridx = 1;
180 180
			GridBagConstraints gridBagConstraints5 = new GridBagConstraints();
181
			gridBagConstraints5.insets = new java.awt.Insets(2,20,3,2);
181
			gridBagConstraints5.insets = new java.awt.Insets(2,18,3,2);
182 182
			gridBagConstraints5.gridy = 0;
183 183
			gridBagConstraints5.gridx = 0;
184 184
			lzoomx1 = new JLabel();

Also available in: Unified diff