Changeset 2017 in josm for trunk/src/org/openstreetmap/josm/io/GpxExporter.java
- Timestamp:
- 2009-08-30T19:07:24+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/GpxExporter.java
r1949 r2017 30 30 import org.openstreetmap.josm.data.osm.DataSet; 31 31 import org.openstreetmap.josm.gui.ExtendedDialog; 32 import org.openstreetmap.josm.gui.OptionPaneUtil;33 32 import org.openstreetmap.josm.gui.layer.GpxLayer; 34 33 import org.openstreetmap.josm.gui.layer.Layer; … … 169 168 } catch (IOException x) { 170 169 x.printStackTrace(); 171 OptionPane Util.showMessageDialog(Main.parent, tr("Error while exporting {0}:\n{1}", fn, x.getMessage()),170 JOptionPane.showMessageDialog(Main.parent, tr("Error while exporting {0}:\n{1}", fn, x.getMessage()), 172 171 tr("Error"), JOptionPane.ERROR_MESSAGE); 173 172 } … … 249 248 l.setVisibleRowCount(4); 250 249 l.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION); 251 int answer = OptionPane Util.showConfirmationDialog(250 int answer = JOptionPane.showConfirmDialog( 252 251 Main.parent, 253 252 new JScrollPane(l),
Note:
See TracChangeset
for help on using the changeset viewer.
