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

    r1847 r2017  
    1717import org.openstreetmap.josm.data.osm.OsmPrimitive; 
    1818import org.openstreetmap.josm.data.osm.visitor.AllNodesVisitor; 
    19 import org.openstreetmap.josm.gui.OptionPaneUtil; 
    2019import org.openstreetmap.josm.tools.Shortcut; 
    2120 
     
    103102                // Revert move 
    104103                ((MoveCommand) c).moveAgain(-distx, -disty); 
    105                 OptionPaneUtil.showMessageDialog( 
     104                JOptionPane.showMessageDialog( 
    106105                        Main.parent, 
    107106                        tr("Cannot move objects outside of the world."), 
Note: See TracChangeset for help on using the changeset viewer.