Changeset 10420 in josm for trunk/src/org/openstreetmap/josm/gui/util/GuiHelper.java
- Timestamp:
- 2016-06-18T19:54:45+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/util/GuiHelper.java
r10372 r10420 578 578 return JOptionPane.getFrameForComponent(parentComponent); 579 579 } catch (HeadlessException e) { 580 if (Main.isDebugEnabled()) { 581 Main.debug(e.getMessage()); 582 } 580 Main.debug(e); 583 581 return null; 584 582 }
Note:
See TracChangeset
for help on using the changeset viewer.
