Changeset 30014 in osm for applications/editors


Ignore:
Timestamp:
2013-10-07T18:38:46+02:00 (11 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/panels/ShowFrame.java

    r30013 r30014  
    1919public class ShowFrame extends JFrame {
    2020       
     21        SeaMap showMap;
     22        Picture picture;
     23
    2124        class Picture extends JPanel implements MapHelper {
    2225               
     
    5255        }
    5356       
    54         SeaMap showMap;
    55         Picture picture;
    56 
    5757        public ShowFrame(String title) {
    5858                super(title);
Note: See TracChangeset for help on using the changeset viewer.