/[schmitzm]/branches/2.2.x/src/skrueger/geotools/labelsearch/SearchMapDialog.java
ViewVC logotype

Diff of /branches/2.2.x/src/skrueger/geotools/labelsearch/SearchMapDialog.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 509 by alfonx, Thu Nov 5 08:51:33 2009 UTC revision 567 by alfonx, Tue Nov 24 15:56:20 2009 UTC
# Line 57  import javax.swing.SwingWorker; Line 57  import javax.swing.SwingWorker;
57  import net.miginfocom.swing.MigLayout;  import net.miginfocom.swing.MigLayout;
58    
59  import org.apache.log4j.Logger;  import org.apache.log4j.Logger;
 import org.geotools.swing.ExceptionMonitor;  
60    
61  import schmitzm.geotools.gui.SelectableXMapPane;  import schmitzm.geotools.gui.SelectableXMapPane;
62    import schmitzm.swing.ExceptionDialog;
63  import schmitzm.swing.SortableJTable;  import schmitzm.swing.SortableJTable;
64  import schmitzm.swing.SwingUtil;  import schmitzm.swing.SwingUtil;
65    
# Line 185  public class SearchMapDialog extends jav Line 185  public class SearchMapDialog extends jav
185                                          showMultipleResults(get());                                          showMultipleResults(get());
186                                  } catch (InterruptedException e) {                                  } catch (InterruptedException e) {
187                                          LOGGER.error(e);                                          LOGGER.error(e);
188                                          ExceptionMonitor.show(SearchMapDialog.this, e);                                          ExceptionDialog.show(SearchMapDialog.this, e);
189                                  } catch (ExecutionException e) {                                  } catch (ExecutionException e) {
190                                          LOGGER.error(e);                                          LOGGER.error(e);
191                                          ExceptionMonitor.show(SearchMapDialog.this, e);                                          ExceptionDialog.show(SearchMapDialog.this, e);
192                                  }                                  }
193                          }                          }
194                  };                  };

Legend:
Removed from v.509  
changed lines
  Added in v.567

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26