Revision 11012 branches/v10/extensions/extSDE/src/com/iver/cit/gvsig/sde/gui/sdewizard2/AvailableTablesCheckBoxList.java

View differences:

AvailableTablesCheckBoxList.java
42 42
 */
43 43
package com.iver.cit.gvsig.sde.gui.sdewizard2;
44 44

  
45
import com.iver.andami.PluginServices;
46

  
47
import org.apache.log4j.Logger;
48

  
49 45
import java.awt.Component;
50 46
import java.awt.event.MouseAdapter;
51 47
import java.awt.event.MouseEvent;
52 48

  
53
import java.sql.SQLException;
54

  
55 49
import javax.swing.JList;
56 50
import javax.swing.JOptionPane;
57 51
import javax.swing.ListCellRenderer;
......
60 54
import javax.swing.border.Border;
61 55
import javax.swing.border.EmptyBorder;
62 56

  
57
import org.apache.log4j.Logger;
63 58

  
59
import com.iver.andami.PluginServices;
60

  
61

  
64 62
/**
65 63
 * Utility class to keep the list of available tables.
66 64
 *

Also available in: Unified diff