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

    r1865 r2017  
    4242        } catch (IOException e) { 
    4343            e.printStackTrace(); 
    44             OptionPaneUtil.showMessageDialog( 
     44            JOptionPane.showMessageDialog( 
    4545                    Main.parent, 
    4646                    tr("<html>Could not read bookmarks.<br>{0}</html>", e.getMessage()), 
     
    6262            Main.pref.saveBookmarks(bookmarks); 
    6363        } catch (IOException e) { 
    64             OptionPaneUtil.showMessageDialog( 
     64            JOptionPane.showMessageDialog( 
    6565                    Main.parent, 
    6666                    tr("<html>Could not write bookmark.<br>{0}</html>", e.getMessage()), 
Note: See TracChangeset for help on using the changeset viewer.