- Timestamp:
- 2018-10-23T01:34:26+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/SaveLayersDialog.java
r14273 r14358 276 276 private static void warn(String msg, List<SaveLayerInfo> infos, String title) { 277 277 JPanel panel = new LayerListWarningMessagePanel(msg, infos); 278 // For unit test coverage in headless mode 279 if (!GraphicsEnvironment.isHeadless()) { 280 JOptionPane.showConfirmDialog(MainApplication.getMainFrame(), panel, title, JOptionPane.DEFAULT_OPTION, JOptionPane.WARNING_MESSAGE); 281 } 278 JOptionPane.showConfirmDialog(MainApplication.getMainFrame(), panel, title, JOptionPane.DEFAULT_OPTION, JOptionPane.WARNING_MESSAGE); 282 279 } 283 280
Note:
See TracChangeset
for help on using the changeset viewer.