Changeset 27960 in osm for applications/editors/josm/plugins/NanoLog/src/nanolog
- Timestamp:
- 2012-03-01T09:44:12+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/NanoLog/src/nanolog/NanoLogPanel.java
r27939 r27960 19 19 20 20 listModel = new LogListModel(); 21 logPanel = new JList <String>(listModel);21 logPanel = new JList(listModel); 22 22 createLayout(logPanel, true, null); 23 23 } 24 24 25 private class LogListModel extends AbstractListModel <String>{25 private class LogListModel extends AbstractListModel { 26 26 27 27 public int getSize() {
Note:
See TracChangeset
for help on using the changeset viewer.