Revision 7738 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/panels/MappingFieldsToAnotation.java

View differences:

MappingFieldsToAnotation.java
2 2

  
3 3
import java.sql.Types;
4 4

  
5
import javax.swing.ButtonGroup;
6
import javax.swing.JButton;
7
import javax.swing.JComboBox;
8
import javax.swing.JLabel;
5 9
import javax.swing.JPanel;
10
import javax.swing.JRadioButton;
11
import javax.swing.JTextField;
6 12

  
7 13
import com.hardcode.gdbms.engine.data.driver.DriverException;
8 14
import com.iver.andami.PluginServices;
......
12 18
import com.iver.cit.gvsig.fmap.layers.MappingAnnotation;
13 19
import com.iver.cit.gvsig.fmap.layers.SelectableDataSource;
14 20

  
15
import javax.swing.ButtonGroup;
16
import javax.swing.JComboBox;
17
import javax.swing.JLabel;
18
import javax.swing.JButton;
19
import javax.swing.JTextField;
20
import javax.swing.JRadioButton;
21

  
22 21
public class MappingFieldsToAnotation extends JPanel implements IWindow{
23 22

  
24 23
	private JComboBox cmbText = null;

Also available in: Unified diff