Revision 10626 trunk/extensions/extPublish/src/com/iver/cit/gvsig/publish/servers/geoserver/ServiceWFSPanel.java

View differences:

ServiceWFSPanel.java
43 43
 *
44 44
 * $Id$
45 45
 * $Log$
46
 * Revision 1.8  2006-10-05 16:32:59  jvhigon
46
 * Revision 1.9  2007-03-06 16:50:30  caballero
47
 * Exceptions
48
 *
49
 * Revision 1.8  2006/10/05 16:32:59  jvhigon
47 50
 * Modificado a las 18 horas. Creado el controler
48 51
 *
49 52
 * Revision 1.7  2006/10/05 15:00:36  jorpiell
......
65 68
 * Headers mofification
66 69
 *
67 70
 */
68
import java.awt.Dimension;
69
import java.awt.FlowLayout;
70
import java.awt.GridBagConstraints;
71
import java.awt.GridBagLayout;
72 71
import java.awt.Insets;
73 72
import java.util.Properties;
74 73

  
75
import javax.swing.JLabel;
76
import javax.swing.JPanel;
77 74
import javax.swing.JTextField;
78 75

  
79 76
import org.gvsig.gui.beans.swing.GridBagLayoutPanel;
80 77

  
81 78
import com.iver.andami.PluginServices;
82 79
import com.iver.cit.gvsig.publish.servers.ServicePanel;
83
import com.iver.cit.gvsig.publish.servers.mapserver.MapServer;
84 80

  
85 81
public class ServiceWFSPanel extends GridBagLayoutPanel implements ServicePanel{
86 82
	private JTextField confFile = null;

Also available in: Unified diff