Changeset 5897 in josm for trunk/src/org/openstreetmap/josm/gui/MapFrame.java
- Timestamp:
- 2013-04-21T15:11:28+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MapFrame.java
r5670 r5897 91 91 * The view control displayed. 92 92 */ 93 public MapView mapView; 93 public final MapView mapView; 94 94 /** 95 95 * The toolbar with the action icons. To add new toggle dialog actions, use addToggleDialog … … 155 155 setSize(400,400); 156 156 setLayout(new BorderLayout()); 157 158 157 159 158 mapView = new MapView(contentPane, viewportData);
Note:
See TracChangeset
for help on using the changeset viewer.
