Changeset 27464 in osm for applications/editors/josm/plugins/livegps
- Timestamp:
- 2012-01-15T11:56:33+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsDialog.java
r16933 r27464 60 60 panel.add(new JLabel(tr("Course"))); 61 61 panel.add(courseLabel = new JLabel()); 62 add(new JScrollPane(panel), BorderLayout.CENTER);62 createLayout(panel, true, null); 63 63 } 64 64
Note:
See TracChangeset
for help on using the changeset viewer.