Ignore:
Timestamp:
30.08.2009 19:07:24 (3 years ago)
Author:
Gubaer
Message:

removed OptionPaneUtil
cleanup of deprecated Layer API
cleanup of deprecated APIs in OsmPrimitive and Way
cleanup of imports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginSelection.java

    r1860 r2017  
    3838import org.openstreetmap.josm.Main; 
    3939import org.openstreetmap.josm.gui.ExtendedDialog; 
    40 import org.openstreetmap.josm.gui.OptionPaneUtil; 
    4140import org.openstreetmap.josm.tools.OpenBrowser; 
    4241 
     
    5049        int count = PluginDownloader.downloadDescription(); 
    5150        if (count > 0) { 
    52             OptionPaneUtil.showMessageDialog(Main.parent, 
     51            JOptionPane.showMessageDialog(Main.parent, 
    5352                    trn("Downloaded plugin information from {0} site", 
    5453                            "Downloaded plugin information from {0} sites", count, count), 
     
    5756            ); 
    5857        } else { 
    59             OptionPaneUtil.showMessageDialog( 
     58            JOptionPane.showMessageDialog( 
    6059                    Main.parent, 
    6160                    tr("No plugin information found."), 
     
    9089        } 
    9190        if (toUpdate.isEmpty()) { 
    92             OptionPaneUtil.showMessageDialog( 
     91            JOptionPane.showMessageDialog( 
    9392                    Main.parent, 
    9493                    tr("All installed plugins are up to date."), 
     
    350349                        if(err > 0) 
    351350                        { 
    352                             OptionPaneUtil.showMessageDialog( 
     351                            JOptionPane.showMessageDialog( 
    353352                                    Main.parent, 
    354353                                    tr("Error reading plugin information file: {0}", f.getName()), 
Note: See TracChangeset for help on using the changeset viewer.