Changeset 5429 in josm for trunk/src/org/openstreetmap/josm/gui/preferences/shortcut/PrefJPanel.java
- Timestamp:
- 2012-08-11T23:03:55+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/shortcut/PrefJPanel.java
r5254 r5429 25 25 import javax.swing.DefaultComboBoxModel; 26 26 import javax.swing.JCheckBox; 27 import javax.swing.JComboBox;28 27 import javax.swing.JLabel; 29 28 import javax.swing.JPanel; … … 46 45 import javax.swing.table.TableRowSorter; 47 46 import org.openstreetmap.josm.Main; 47 import org.openstreetmap.josm.gui.widgets.JosmComboBox; 48 48 import org.openstreetmap.josm.gui.widgets.SelectAllOnFocusGainedDecorator; 49 49 import org.openstreetmap.josm.tools.Shortcut; … … 134 134 private JCheckBox cbDefault = new JCheckBox(); 135 135 private JCheckBox cbDisable = new JCheckBox(); 136 private JComboBox tfKey = new JComboBox(); 136 private JosmComboBox tfKey = new JosmComboBox(); 137 137 138 138 JTable shortcutTable = new JTable();
Note:
See TracChangeset
for help on using the changeset viewer.
