Changeset 28618 in osm for applications/editors/josm/plugins/CommandLine/src
- Timestamp:
- 2012-08-24T01:43:29+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLine.java
r27826 r28618 223 223 public void mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame) 224 224 { 225 currentMapFrame = newFrame; 225 226 if (oldFrame == null && newFrame != null) { 226 currentMapFrame = newFrame;227 227 JToolBar tb = new JToolBar(); 228 228 tb.setLayout(new BorderLayout());
Note:
See TracChangeset
for help on using the changeset viewer.