Changeset 30532 in osm for applications/editors/josm/plugins/namemanager/src
- Timestamp:
- 2014-07-14T04:18:06+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/namemanager/src/org/openstreetmap/josm/plugins/namemanager/dialog/NameManagerDialog.java
r25594 r30532 77 77 private List<Way> waysInsideSelectedArea; 78 78 private JTabbedPane tabPanel; 79 private JComboBox country;79 private JComboBox<String> country; 80 80 private JLabel labelLevel1; 81 81 private JTextField level1; … … 138 138 buildings.setSelected(false); 139 139 JLabel labelCountry = new JLabel(" " + tr(COUNTRY)); 140 country = new JComboBox ();140 country = new JComboBox<>(); 141 141 labelLevel1 = new JLabel(" level1"); 142 142 level1 = new JTextField();
Note:
See TracChangeset
for help on using the changeset viewer.