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 |
|
|
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 |
}; |
}; |