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/actions/RenameLayerAction.java

    r1890 r1987  
    6565        final JDialog dlg = optionPane.createDialog(Main.parent, tr("Rename layer")); 
    6666        dlg.setModal(true); 
    67         try { 
    68             dlg.setAlwaysOnTop(true); 
    69         } catch(SecurityException ex) { 
    70             System.out.println(tr("Warning: failed to put a dialog always on top. Exception was: {0}", ex.toString())); 
    71         } 
    72         dlg.toFront(); 
    7367        dlg.setVisible(true); 
    7468 
Note: See TracChangeset for help on using the changeset viewer.