Changeset 1987 in josm for trunk/src/org/openstreetmap/josm/gui/dialogs/ConflictResolutionDialog.java
- Timestamp:
- 23.08.2009 17:45:53 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/ConflictResolutionDialog.java
r1954 r1987 136 136 protected void build() { 137 137 updateTitle(); 138 try {139 setAlwaysOnTop(true);140 } catch(SecurityException e) {141 System.out.println(tr("Warning: couldn't setAlwaysOnTop(true) for ConflictResolution Dialog. Exception: {0}", e.toString()));142 }143 138 getContentPane().setLayout(new BorderLayout()); 144 139
Note: See TracChangeset
for help on using the changeset viewer.
