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

    r1847 r2017  
    1313 
    1414import org.openstreetmap.josm.Main; 
    15 import org.openstreetmap.josm.gui.OptionPaneUtil; 
    1615import org.openstreetmap.josm.gui.download.DownloadDialog; 
    1716import org.openstreetmap.josm.gui.download.DownloadDialog.DownloadTask; 
     
    7170            } 
    7271            if (!finish) { 
    73                 OptionPaneUtil.showMessageDialog( 
     72                JOptionPane.showMessageDialog( 
    7473                        Main.parent, 
    7574                        tr("Please select at least one task to download"), 
Note: See TracChangeset for help on using the changeset viewer.