Revision 10786 branches/F2/extensions/extJCRS/src/org/gvsig/crs/gui/panels/ESRIpanel.java

View differences:

ESRIpanel.java
47 47
import java.awt.event.ActionListener;
48 48
import java.awt.event.KeyEvent;
49 49
import java.awt.event.KeyListener;
50
import java.io.File;
51 50
import java.sql.ResultSet;
52 51
import java.sql.SQLException;
53 52

  
54 53
import javax.swing.BorderFactory;
55 54
import javax.swing.JButton;
56
import javax.swing.JFileChooser;
57 55
import javax.swing.JLabel;
58 56
import javax.swing.JOptionPane;
59 57
import javax.swing.JPanel;
......
62 60
import javax.swing.JTable;
63 61
import javax.swing.JTextField;
64 62
import javax.swing.ListSelectionModel;
65
import javax.swing.filechooser.FileFilter;
66 63
import javax.swing.table.DefaultTableModel;
67 64
import javax.swing.table.TableColumn;
68 65

  
......
72 69
import org.gvsig.crs.EpsgConnection;
73 70
import org.gvsig.crs.ICrs;
74 71
import org.gvsig.crs.Query;
75
import org.gvsig.crs.ogr.Iau2wkt;
76 72

  
77 73
import com.iver.andami.PluginServices;
78 74
import com.iver.cit.gvsig.gui.TableSorter;
......
193 189
			Object[][]data = {};			
194 190
			dtm = new DefaultTableModel(data, columnNames)
195 191
			 {
192
				private static final long serialVersionUID = 1L;
196 193
				public boolean isCellEditable(int row, int column) {
197 194
					return false;
198 195
				}
......
386 383
	}	
387 384

  
388 385
	public void keyReleased(KeyEvent arg0) {
389
		// TODO Auto-generated method stub
390 386
		
391 387
	}
392 388

  
393 389
	public void keyTyped(KeyEvent arg0) {
394
		// TODO Auto-generated method stub
395
		
390
	
396 391
	}
397 392

  
398 393
	/**
......
400 395
	 * del repositorio ESRI.
401 396
	 */
402 397
	public void actionPerformed(ActionEvent e) {
403
		// TODO Auto-generated method stub
404 398
		if (e.getSource() == this.getSearchButton()){
405 399
			searchTextField.setBackground(Color.white);
406 400
			if (searchTextField.getText().equals("")) {

Also available in: Unified diff