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/corrector/TagCorrector.java

    r1990 r2017  
    3030import org.openstreetmap.josm.gui.DefaultNameFormatter;
    3131import org.openstreetmap.josm.gui.JMultilineLabel;
    32 import org.openstreetmap.josm.gui.OptionPaneUtil;
    3332import org.openstreetmap.josm.tools.GBC;
    3433import org.openstreetmap.josm.tools.ImageProvider;
     
    140139            }
    141140
    142             int answer = OptionPaneUtil.showOptionDialog(
     141            int answer = JOptionPane.showOptionDialog(
    143142                    Main.parent,
    144143                    p,
     
    146145                    JOptionPane.YES_NO_CANCEL_OPTION,
    147146                    JOptionPane.PLAIN_MESSAGE,
     147                    null,
    148148                    applicationOptions,
    149149                    applicationOptions[0]
Note: See TracChangeset for help on using the changeset viewer.