Revision 2309 trunk/extensions/extCatalogYNomenclator/src/es/gva/cit/gvsig/catalogClient/gui/ShowResultsDialog.java

View differences:

ShowResultsDialog.java
21 21

  
22 22
import es.gva.cit.catalogClient.CatalogClient;
23 23
import es.gva.cit.catalogClient.parsers.Resource;
24
import es.gva.cit.catalogClient.querys.Query;
25 24
import es.gva.cit.catalogClient.ui.ShowResultsDialogPanel;
26

  
27 25
import es.uji.lsi.wcs.client.ServerOutOfOrderException;
28 26

  
29 27
/**
......
41 39
	public ShowResultsDialog(CatalogClient client, Node[] nodes, int currentRecord) {
42 40
		super(client, nodes, currentRecord);
43 41
		
44
		getDescriptionButton().addActionListener(new java.awt.event.ActionListener() {
42
/*		getDescriptionButton().addActionListener(new java.awt.event.ActionListener() {
45 43
            public void actionPerformed(java.awt.event.ActionEvent evt) {
46 44
            	descriptionButtonActionPerformed();
47 45
            }
......
50 48
            public void actionPerformed(java.awt.event.ActionEvent evt) {
51 49
            	mapButtonActionPerformed();
52 50
            }
53
		});
51
		});*/
54 52
	}
55 53
	
56 54
	public void descriptionButtonActionPerformed() {

Also available in: Unified diff