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/download/PlaceSelection.java

    r1857 r2017  
    3232 
    3333import org.openstreetmap.josm.Main; 
    34 import org.openstreetmap.josm.gui.OptionPaneUtil; 
    35 import org.openstreetmap.josm.gui.download.DownloadDialog; 
    36 import org.openstreetmap.josm.gui.download.DownloadSelection; 
    3734import org.openstreetmap.josm.tools.GBC; 
    3835import org.xml.sax.Attributes; 
     
    167164                    if(searchtext.length()==0) 
    168165                    { 
    169                         OptionPaneUtil.showMessageDialog( 
     166                        JOptionPane.showMessageDialog( 
    170167                                Main.parent, 
    171168                                tr("Please enter a search string"), 
     
    191188                { 
    192189                    x.printStackTrace(); 
    193                     OptionPaneUtil.showMessageDialog( 
     190                    JOptionPane.showMessageDialog( 
    194191                            Main.parent, 
    195192                            tr("Cannot read place search results from server"), 
Note: See TracChangeset for help on using the changeset viewer.