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/gui/tagging/TaggingPreset.java

    r1865 r2017  
    4444import org.openstreetmap.josm.data.osm.Way; 
    4545import org.openstreetmap.josm.gui.ExtendedDialog; 
    46 import org.openstreetmap.josm.gui.OptionPaneUtil; 
    4746import org.openstreetmap.josm.gui.QuadStateCheckBox; 
    4847import org.openstreetmap.josm.io.MirroredInputStream; 
     
    599598            } catch (IOException e) { 
    600599                e.printStackTrace(); 
    601                 OptionPaneUtil.showMessageDialog( 
     600                JOptionPane.showMessageDialog( 
    602601                        Main.parent, 
    603602                        tr("Could not read tagging preset source: {0}",source), 
     
    607606            } catch (SAXException e) { 
    608607                e.printStackTrace(); 
    609                 OptionPaneUtil.showMessageDialog( 
     608                JOptionPane.showMessageDialog( 
    610609                        Main.parent, 
    611610                        tr("Error parsing {0}: ", source)+e.getMessage(), 
Note: See TracChangeset for help on using the changeset viewer.