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

    r1951 r2017  
    3838import org.openstreetmap.josm.data.osm.Way; 
    3939import org.openstreetmap.josm.gui.ExtendedDialog; 
    40 import org.openstreetmap.josm.gui.OptionPaneUtil; 
    4140import org.openstreetmap.josm.tools.GBC; 
    4241import org.openstreetmap.josm.tools.Pair; 
     
    6867 
    6968        if (selectedWays.size() < 2) { 
    70             OptionPaneUtil.showMessageDialog( 
     69            JOptionPane.showMessageDialog( 
    7170                    Main.parent, 
    7271                    tr("Please select at least two ways to combine."), 
     
    160159                nodeList = (List<Node>) secondTry; 
    161160            } else { 
    162                 OptionPaneUtil.showMessageDialog( 
     161                JOptionPane.showMessageDialog( 
    163162                        Main.parent, 
    164163                        secondTry, // FIXME: not sure whether this fits in a dialog 
Note: See TracChangeset for help on using the changeset viewer.