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/mapmode/SelectAction.java

    r1935 r2017  
    4141import org.openstreetmap.josm.gui.MapFrame; 
    4242import org.openstreetmap.josm.gui.MapView; 
    43 import org.openstreetmap.josm.gui.OptionPaneUtil; 
    4443import org.openstreetmap.josm.gui.SelectionManager; 
    4544import org.openstreetmap.josm.gui.SelectionManager.SelectionEnded; 
     
    247246                        ((MoveCommand) c).moveAgain(-dx, -dy); 
    248247 
    249                         OptionPaneUtil.showMessageDialog( 
     248                        JOptionPane.showMessageDialog( 
    250249                                Main.parent, 
    251250                                tr("Cannot move objects outside of the world."), 
Note: See TracChangeset for help on using the changeset viewer.