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/data/DataSetChecker.java

    r1857 r2017  
    99import org.openstreetmap.josm.Main; 
    1010import org.openstreetmap.josm.data.osm.OsmPrimitive; 
    11 import org.openstreetmap.josm.gui.OptionPaneUtil; 
    1211import org.openstreetmap.josm.gui.layer.Layer; 
    1312import org.openstreetmap.josm.gui.layer.OsmDataLayer; 
     
    2827                        // FIXME: better message 
    2928                        // FIXME: translate message and title 
    30                         OptionPaneUtil.showMessageDialog( 
     29                        JOptionPane.showMessageDialog( 
    3130                                Main.parent, 
    3231                                "cross references", 
     
    4342            OsmDataLayer l = (OsmDataLayer)Main.map.mapView.getActiveLayer(); 
    4443            if (l.data != Main.main.getCurrentDataSet()) { 
    45                 OptionPaneUtil.showMessageDialog( 
     44                JOptionPane.showMessageDialog( 
    4645                        Main.parent, 
    4746                        "Main.ds / active layer mismatch", 
     
    5352        } 
    5453 
    55         OptionPaneUtil.showMessageDialog( 
     54        JOptionPane.showMessageDialog( 
    5655                Main.parent, "working", "", JOptionPane.INFORMATION_MESSAGE); 
    5756    } 
Note: See TracChangeset for help on using the changeset viewer.