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

    r1910 r2017  
    2424import org.openstreetmap.josm.data.osm.Way; 
    2525import org.openstreetmap.josm.data.osm.visitor.CollectBackReferencesVisitor; 
    26 import org.openstreetmap.josm.gui.OptionPaneUtil; 
    2726import org.openstreetmap.josm.tools.Shortcut; 
    2827 
     
    201200 
    202201            if (sUnder == 0) { 
    203                 OptionPaneUtil.showMessageDialog( 
     202                JOptionPane.showMessageDialog( 
    204203                        Main.parent, 
    205204                        tr("Those nodes are not in a circle. Aborting."), 
     
    262261 
    263262        } else { 
    264             OptionPaneUtil.showMessageDialog( 
     263            JOptionPane.showMessageDialog( 
    265264                    Main.parent, 
    266265                    tr("Please select exactly two or three nodes or one way with exactly two or three nodes."), 
Note: See TracChangeset for help on using the changeset viewer.