Revision 44293 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.swing/org.gvsig.fmap.dal.swing.impl/src/main/java/org/gvsig/fmap/dal/swing/impl/jdbc/DefaultJDBCConnectionPanel.java

View differences:

DefaultJDBCConnectionPanel.java
1
/*
2
 * To change this license header, choose License Headers in Project Properties.
3
 * To change this template file, choose Tools | Templates
4
 * and open the template in the editor.
5
 */
6 1
package org.gvsig.fmap.dal.swing.impl.jdbc;
7 2

  
8 3
import java.awt.Dimension;
......
20 15
import javax.swing.plaf.basic.BasicHTML;
21 16
import javax.swing.text.View;
22 17
import org.apache.commons.lang3.ArrayUtils;
23
import org.apache.commons.lang3.BooleanUtils;
24 18
import org.apache.commons.lang3.StringUtils;
25 19
import org.gvsig.fmap.dal.DALLocator;
26 20
import org.gvsig.fmap.dal.DataFactory;

Also available in: Unified diff