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/history/HistoryBrowserDialog.java

    r1861 r1987  
    6969    public HistoryBrowserDialog(History history) { 
    7070        super(JOptionPane.getFrameForComponent(Main.parent), false); 
    71         try { 
    72             setAlwaysOnTop(true); 
    73         } catch(SecurityException e) { 
    74             System.out.println(tr("Warning: failed to put history browser always on top. Exception was: {0}", e.toString())); 
    75         } 
    7671        build(); 
    7772        setHistory(history); 
Note: See TracChangeset for help on using the changeset viewer.