Changeset 7015 in josm for trunk/src/org/openstreetmap/josm/gui/preferences/projection/CodeProjectionChoice.java
- Timestamp:
- 2014-04-27T17:34:22+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/projection/CodeProjectionChoice.java
r7005 r7015 115 115 filter.getDocument().addDocumentListener(this); 116 116 117 selectionList = new JList(data.toArray()); 117 selectionList = new JList<>(data.toArray(new String[0])); 118 118 selectionList.setModel(model = new ProjectionCodeListModel()); 119 119 JScrollPane scroll = new JScrollPane(selectionList);
Note:
See TracChangeset
for help on using the changeset viewer.