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/PleaseWaitDialog.java

    r1861 r1987  
    5555            } 
    5656        }); 
    57         // make sure this dialog is always on top of the main JOSM window 
    58         // and all the other windows (relation editors, detached dialogs, etc.) 
    59         // 
    60         try { 
    61             setAlwaysOnTop(true); 
    62         } catch(SecurityException e) { 
    63             System.out.println(tr("Warning: failed to put ''please wait dialog'' always on top. Exception was: {0}", e.toString())); 
    64         } 
    6557    } 
    6658 
Note: See TracChangeset for help on using the changeset viewer.