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/gui/dialogs/relation/ChildRelationBrowser.java

    r1990 r2017  
    3636import org.openstreetmap.josm.gui.DefaultNameFormatter; 
    3737import org.openstreetmap.josm.gui.ExceptionDialogUtil; 
    38 import org.openstreetmap.josm.gui.OptionPaneUtil; 
    3938import org.openstreetmap.josm.gui.PleaseWaitRunnable; 
    4039import org.openstreetmap.josm.gui.layer.OsmDataLayer; 
     
    326325 
    327326            if (conflictsCount > 0) { 
    328                 OptionPaneUtil.showMessageDialog( 
     327                JOptionPane.showMessageDialog( 
    329328                        Main.parent, 
    330329                        tr("There were {0} conflicts during import.", conflictsCount), 
     
    348347            ); 
    349348 
    350             OptionPaneUtil.showMessageDialog( 
     349            JOptionPane.showMessageDialog( 
    351350                    Main.parent, 
    352351                    message, 
     
    480479 
    481480            if (conflictsCount > 0) { 
    482                 OptionPaneUtil.showMessageDialog( 
     481                JOptionPane.showMessageDialog( 
    483482                        Main.parent, 
    484483                        tr("There were {0} conflicts during import.", conflictsCount), 
Note: See TracChangeset for help on using the changeset viewer.