Revision 6143

View differences:

trunk/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/wizard/GeoProcessingOperationSelectorPanel.java
43 43
 */
44 44
package com.iver.cit.gvsig.geoprocess.wizard;
45 45

  
46
import java.net.URL;
47

  
48
import javax.swing.BoxLayout;
46 49
import javax.swing.ButtonGroup;
47 50
import javax.swing.ImageIcon;
48 51
import javax.swing.JLabel;
......
52 55
import javax.swing.event.ChangeListener;
53 56

  
54 57
import com.iver.andami.PluginServices;
55
import com.iver.andami.plugins.PluginClassLoader;
56
import com.iver.cit.gvsig.AddLayer;
57 58

  
58
import java.awt.GridBagLayout;
59
import java.awt.GridBagConstraints;
60
import java.awt.GridLayout;
61
import java.awt.FlowLayout;
62
import java.io.IOException;
63
import java.net.URL;
64
import java.util.Enumeration;
65

  
66
import javax.swing.BoxLayout;
67

  
68 59
/**
69 60
 *
70 61
 * This component is the first step of GeoProcessing Wizard. It allows user to
......
258 249
				+ ":");
259 250
		this.add(getMainPanel(), null);
260 251

  
261
		jLabel.setBounds(new java.awt.Rectangle(4,5,432,32));
252
		jLabel.setBounds(new java.awt.Rectangle(4,5,471,32));
262 253
		confButtonGroup();
263 254
		getBufferRadioButton().setSelected(true);
264 255
	}

Also available in: Unified diff