Revision 3017

View differences:

trunk/applications/appCatalogYNomenclatorClient/src/es/gva/cit/gazetteer/querys/Feature.java
44 44

  
45 45

  
46 46
/**
47
 * This class represents a Feature into the WFS context
48
 * 
47 49
 * @author Jorge Piera Llodra (piera_jor@gva.es)
48 50
 */
49 51
public class Feature {
trunk/applications/appCatalogYNomenclatorClient/src/es/gva/cit/gazetteer/ui/ShowResultsDialogPanel.java
108 108
        if (e.getActionCommand().equals("Anterior")) {
109 109
            lastButtonActionPerformed();
110 110
        } 
111
        if (e.getActionCommand().equals("Recursos")) {
111
        if (e.getActionCommand().equals("Cargar")) {
112 112
            loadButtonActionPerformed();
113 113
        } 
114 114
        if (e.getActionCommand().equals("Cerrar")) {
trunk/applications/appCatalogYNomenclatorClient/src/es/gva/cit/gazetteer/ui/ShowResultsPanel.java
191 191
    public JButton getMapButton() {
192 192
        if (mapButton == null) {
193 193
            mapButton = new JButton();
194
            mapButton.setText("Recursos");
194
            mapButton.setText("Cargar");
195 195
            mapButton.setPreferredSize(new java.awt.Dimension(102, 26));
196 196
        }
197 197

  
trunk/applications/appCatalogYNomenclatorClient/.classpath
17 17
	<classpathentry kind="lib" path="lib/soap.jar"/>
18 18
	<classpathentry kind="lib" path="lib/amic-util.jar"/>
19 19
	<classpathentry kind="lib" path="lib/ostermillerutils_1_04_03_for_java_1_4.jar"/>
20
	<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
21 20
	<classpathentry kind="lib" path="lib/xalan.jar"/>
21
	<classpathentry kind="lib" path="/Andami/lib/xercesImpl.jar"/>
22 22
	<classpathentry kind="output" path="bin"/>
23 23
</classpath>

Also available in: Unified diff