Ignore:
Timestamp:
23.08.2009 17:45:53 (3 years ago)
Author:
Gubaer
Message:

removed all occurences of setAlwaysOnTop(). See http://josm.openstreetmap.de/wiki/JosmWinMgtDemoApplication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/ConflictResolutionDialog.java

    r1954 r1987  
    136136    protected void build() { 
    137137        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         } 
    143138        getContentPane().setLayout(new BorderLayout()); 
    144139 
Note: See TracChangeset for help on using the changeset viewer.