Changeset 31665 in osm for applications/editors/josm/plugins/native-password-manager/src
- Timestamp:
- 2015-10-24T17:33:58+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/native-password-manager/src/org/openstreetmap/josm/plugins/npm/NPMPlugin.java
r26335 r31665 1 1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.plugins.npm; 3 4 import java.awt.GraphicsEnvironment; 3 5 4 6 import javax.swing.SwingUtilities; … … 26 28 new NPMCredentialsAgentFactory(sel) 27 29 ); 28 } else { 30 } else if (!GraphicsEnvironment.isHeadless()) { 29 31 SwingUtilities.invokeLater(new Runnable() { 30 32 @Override
Note:
See TracChangeset
for help on using the changeset viewer.