Ignore:
Timestamp:
2009-08-30T19:07:24+02:00 (15 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/tools/AudioPlayer.java

    r1865 r2017  
    1515
    1616import org.openstreetmap.josm.Main;
    17 import org.openstreetmap.josm.gui.OptionPaneUtil;
    1817
    1918/**
     
    340339
    341340    public static void audioMalfunction(Exception ex) {
    342         OptionPaneUtil.showMessageDialog(Main.parent,
     341        JOptionPane.showMessageDialog(Main.parent,
    343342                "<html><p>" + tr(ex.getMessage()) + "</p></html>",
    344343                tr("Error playing sound"), JOptionPane.ERROR_MESSAGE);
Note: See TracChangeset for help on using the changeset viewer.