Changeset 30033 in osm for applications/editors/josm/plugins/smed2/src/panels
- Timestamp:
- 2013-10-28T12:52:49+01:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/smed2/src/panels
- Files:
-
- 2 edited
-
PanelMain.java (modified) (2 diffs)
-
ShowFrame.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/panels/PanelMain.java
r30022 r30033 19 19 20 20 import org.openstreetmap.josm.Main; 21 import org.openstreetmap.josm.actions.search.SearchCompiler.Parent;22 21 23 22 import s57.S57att.Att; … … 28 27 29 28 public class PanelMain extends JPanel { 30 private static final long serialVersionUID = 1L; 31 29 32 30 Smed2Action dlg; 33 31 BufferedImage img; -
applications/editors/josm/plugins/smed2/src/panels/ShowFrame.java
r30025 r30033 23 23 24 24 class Picture extends JPanel implements MapContext { 25 25 26 26 public void drawPicture(OsmPrimitive osm, SeaMap map) { 27 27 long id;
Note:
See TracChangeset
for help on using the changeset viewer.
