Revision 3599 trunk/extensions/extCatalogYNomenclator/src/es/gva/cit/gvsig/catalogClient/gui/SearchDialog.java

View differences:

SearchDialog.java
106 106
	    }
107 107
		return m_viewinfo;
108 108
	}
109

  
109 110
	
110 111
	/**
111
	 * Search button action performed
112
	 */
113
	public void searchButtonActionPerformed() {
114
        doSearch();
115
		if (nodes != null && nodes.size() > 1) {
116
			showResults(nodes);
117
		}
118
	}
119
	
120
	/**
121 112
	 * Close button Action performed
122 113
	 */	
123 114
	 public void closeButtonActionPerformed() {

Also available in: Unified diff