Revision 21299 branches/v2_0_0_prep/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/gui/General.java

View differences:

General.java
53 53
import javax.swing.ButtonGroup;
54 54
import javax.swing.JPanel;
55 55

  
56
import org.gvsig.data.ReadException;
56 57
import org.gvsig.fmap.mapcontext.layers.FLayer;
57 58
import org.gvsig.fmap.mapcontext.layers.operations.ClassifiableVectorial;
58 59
import org.gvsig.fmap.mapcontext.layers.operations.SingleLayer;
59 60

  
60
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
61 61
import com.iver.andami.PluginServices;
62 62

  
63 63

  
......
134 134
	        jLabel11.setText(String.valueOf(((FLayer)m_layer).getFullExtent().getMinY()));
135 135
	        jLabel13.setText(String.valueOf(((FLayer)m_layer).getFullExtent().getMinX()));
136 136
	        jLabel15.setText(String.valueOf(((FLayer)m_layer).getFullExtent().getMaxX()));
137
		} catch (ReadDriverException e) {
137
		} catch (ReadException e) {
138 138
			e.printStackTrace();
139
		} 
139
		}
140 140
    }
141 141

  
142 142
    /**
......
795 795
        if (jLabel17 == null) {
796 796
            jLabel17 = new javax.swing.JLabel();
797 797
            // TODO: REVISAR. AQU? DEBER?A PONER EL ORIGEN DE DATOS DE ESTA CAPA
798
            jLabel17.setText(((SingleLayer)m_layer).getSource().getDriver().toString());
798
            jLabel17.setText(((SingleLayer)m_layer).getDataStore().getName());
799 799
        }
800 800

  
801 801
        return jLabel17;

Also available in: Unified diff