Revision 5908 trunk/extensions/extAddEventTheme/src/com/iver/gvsig/addeventtheme/gui/AddEventThemePanel.java

View differences:

AddEventThemePanel.java
44 44
package com.iver.gvsig.addeventtheme.gui;
45 45

  
46 46
import java.util.ArrayList;
47
import java.util.logging.ConsoleHandler;
48 47

  
48
import javax.swing.DefaultComboBoxModel;
49
import javax.swing.JButton;
50
import javax.swing.JComboBox;
51
import javax.swing.JDialog;
52
import javax.swing.JLabel;
49 53
import javax.swing.JPanel;
50 54

  
55
import org.cresques.cts.IProjection;
56

  
51 57
import com.hardcode.driverManager.DriverLoadException;
52 58
import com.hardcode.gdbms.engine.data.DataSource;
53 59
import com.iver.andami.PluginServices;
......
63 69
import com.iver.gvsig.addeventtheme.AddEventThemListener;
64 70
import com.iver.gvsig.addeventtheme.AddEventThemeDriver;
65 71

  
66
import javax.swing.DefaultComboBoxModel;
67
import javax.swing.JDialog;
68
import javax.swing.JLabel;
69
import javax.swing.JComboBox;
70
import javax.swing.JButton;
71

  
72
import org.cresques.cts.IProjection;
73

  
74 72
/**
75 73
 * The AddEventThemePanel class creates a JPanel where the
76 74
 * user can input the name of the gvSIG Table from that the

Also available in: Unified diff