Ignore:
Timestamp:
2006-04-25T00:11:38+02:00 (20 years ago)
Author:
imi
Message:
  • added Applet version of JOSM (unfinished)
  • fixed display bug if --no-fullscreen and --geometry was specified
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java

    r94 r98  
    8787                } catch (IOException e) {
    8888                        e.printStackTrace();
    89                         JOptionPane.showMessageDialog(Main.main, "Could not read from url: '"+url+"'");
     89                        JOptionPane.showMessageDialog(Main.parent, "Could not read from url: '"+url+"'");
    9090                } catch (SAXException e) {
    9191                        e.printStackTrace();
    92                         JOptionPane.showMessageDialog(Main.main, "Parsing error in url: '"+url+"'");
     92                        JOptionPane.showMessageDialog(Main.parent, "Parsing error in url: '"+url+"'");
    9393                }
    9494        }
     
    185185                    }
    186186                                };
    187                                 pane.createDialog(Main.main, "Search").setVisible(true);
     187                                pane.createDialog(Main.parent, "Search").setVisible(true);
    188188                                if (!Integer.valueOf(JOptionPane.OK_OPTION).equals(pane.getValue()))
    189189                                        return;
Note: See TracChangeset for help on using the changeset viewer.