Revision 4769 trunk/extensions/extGeoreferencing/src/com/iver/cit/gvsig/gui/pointsTable/TablePointsPanel.java

View differences:

TablePointsPanel.java
147 147
	 * 
148 148
	 * @return void
149 149
	 */
150
	private void initialize() {
150
		private void initialize() {
151 151
        GridBagConstraints gridBagConstraints5 = new GridBagConstraints();
152 152
        GridBagConstraints gridBagConstraints2 = new GridBagConstraints();
153 153
        GridBagConstraints gridBagConstraints1 = new GridBagConstraints();
......
326 326
			pPointSelection = new JPanel();
327 327
			pPointSelection.setPreferredSize(new java.awt.Dimension(widthInfPanel, heightInfPanel));
328 328
			if(this.tableControlerPanel == null){
329
				FlowLayout flowLayout1 = new FlowLayout();
330
				FlowLayout flowLayout = new FlowLayout();
331 329
				FlowLayout flowLayout6 = new FlowLayout();
332 330
				pPointSelection.setLayout(flowLayout6);
333 331
				tableControlerPanel = new TableControlerPanel();
334
				tableControlerPanel.setLayout(flowLayout1);
335
				flowLayout1.setVgap(1);
336
				flowLayout1.setHgap(0);
337 332
				flowLayout6.setAlignment(java.awt.FlowLayout.LEFT);
338 333
				flowLayout6.setHgap(0);
339
				flowLayout6.setVgap(0);
334
				flowLayout6.setVgap(2);
340 335
				pPointSelection.add(tableControlerPanel, null);
341 336
				pPointSelection.add(getPButtonsExportImportPanel(), null);
342 337
				pPointSelection.setBorder(javax.swing.BorderFactory.createLineBorder(java.awt.Color.gray,1));

Also available in: Unified diff