Changeset 30014 in osm for applications/editors
- Timestamp:
- 2013-10-07T18:38:46+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/panels/ShowFrame.java
r30013 r30014 19 19 public class ShowFrame extends JFrame { 20 20 21 SeaMap showMap; 22 Picture picture; 23 21 24 class Picture extends JPanel implements MapHelper { 22 25 … … 52 55 } 53 56 54 SeaMap showMap;55 Picture picture;56 57 57 public ShowFrame(String title) { 58 58 super(title);
Note:
See TracChangeset
for help on using the changeset viewer.