Changeset 98 in josm for src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java
- Timestamp:
- 2006-04-25T00:11:38+02:00 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java
r94 r98 87 87 } catch (IOException e) { 88 88 e.printStackTrace(); 89 JOptionPane.showMessageDialog(Main. main, "Could not read from url: '"+url+"'");89 JOptionPane.showMessageDialog(Main.parent, "Could not read from url: '"+url+"'"); 90 90 } catch (SAXException e) { 91 91 e.printStackTrace(); 92 JOptionPane.showMessageDialog(Main. main, "Parsing error in url: '"+url+"'");92 JOptionPane.showMessageDialog(Main.parent, "Parsing error in url: '"+url+"'"); 93 93 } 94 94 } … … 185 185 } 186 186 }; 187 pane.createDialog(Main. main, "Search").setVisible(true);187 pane.createDialog(Main.parent, "Search").setVisible(true); 188 188 if (!Integer.valueOf(JOptionPane.OK_OPTION).equals(pane.getValue())) 189 189 return;
Note:
See TracChangeset
for help on using the changeset viewer.
