Changeset 25540 in osm for applications/editors/josm/plugins/openstreetbugs
- Timestamp:
- 2011-03-08T13:11:00+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbPlugin.java
r25518 r25540 163 163 // disable the dialog 164 164 try { 165 SwingUtilities.invoke AndWait(new Runnable() {165 SwingUtilities.invokeLater(new Runnable() { 166 166 public void run() { 167 167 dialog.setEnabled(false); … … 219 219 // enable the dialog 220 220 try { 221 SwingUtilities.invoke AndWait(new Runnable() {221 SwingUtilities.invokeLater(new Runnable() { 222 222 public void run() { 223 223 dialog.setEnabled(true);
Note:
See TracChangeset
for help on using the changeset viewer.