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

    r1879 r2017  
    1313 
    1414import org.openstreetmap.josm.Main; 
    15 import org.openstreetmap.josm.gui.OptionPaneUtil; 
    1615import org.openstreetmap.josm.io.FileImporter; 
    1716import org.openstreetmap.josm.tools.Shortcut; 
     
    5554        } catch (IOException x) { 
    5655            x.printStackTrace(); 
    57             OptionPaneUtil.showMessageDialog( 
     56            JOptionPane.showMessageDialog( 
    5857                    Main.parent, 
    5958                    tr("<html>Could not read file ''{0}\''. Error is: <br>{1}</html>", file.getName(), x.getMessage()), 
Note: See TracChangeset for help on using the changeset viewer.