Changeset 2303 in josm for trunk/src/org/openstreetmap/josm/gui
- Timestamp:
- 2009-10-24T10:20:45+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/HelpAwareOptionPane.java
r2301 r2303 15 15 import javax.swing.JButton; 16 16 import javax.swing.JDialog; 17 import javax.swing.JLabel; 17 18 import javax.swing.JOptionPane; 18 19 … … 148 149 } 149 150 } 151 152 if (msg instanceof String) { 153 msg = new JLabel((String)msg); 154 } 155 150 156 final JOptionPane pane = new JOptionPane( 151 157 msg,
Note:
See TracChangeset
for help on using the changeset viewer.