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

    r1860 r2017  
    2828import org.openstreetmap.josm.actions.AboutAction; 
    2929import org.openstreetmap.josm.gui.ExtendedDialog; 
    30 import org.openstreetmap.josm.gui.OptionPaneUtil; 
    3130import org.openstreetmap.josm.gui.PleaseWaitRunnable; 
    3231import org.xml.sax.SAXException; 
     
    5150        @Override protected void finish() { 
    5251            if (errors.length() > 0) { 
    53                 OptionPaneUtil.showMessageDialog( 
     52                JOptionPane.showMessageDialog( 
    5453                        Main.parent, 
    5554                        tr("There were problems with the following plugins:\n\n {0}",errors), 
     
    5857                ); 
    5958            } else { 
    60                 OptionPaneUtil.showMessageDialog( 
     59                JOptionPane.showMessageDialog( 
    6160                        Main.parent, 
    6261                        trn("{0} Plugin successfully downloaded. Please restart JOSM.", "{0} Plugins successfully downloaded. Please restart JOSM.", count, count), 
Note: See TracChangeset for help on using the changeset viewer.