Changeset 7636 in josm for trunk/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java
- Timestamp:
- 2014-10-20T00:03:35+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java
r7597 r7636 75 75 * exception will be thrown directly in EDT. When this runnable is executed using executor framework 76 76 * then use false unless you read result of task (because exception will get lost if you don't) 77 * @throws IllegalArgumentException thrown if parent is null78 77 */ 79 78 public PleaseWaitRunnable(String title, ProgressMonitor progressMonitor, boolean ignoreException) {
Note:
See TracChangeset
for help on using the changeset viewer.
