Changeset 19479 in osm for applications/editors/josm/plugins/surveyor/src
- Timestamp:
- 2010-01-13T15:17:42+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorPlugin.java
r14120 r19479 7 7 import static org.openstreetmap.josm.tools.I18n.tr; 8 8 9 import java.util.Iterator;10 11 import javax.swing.AbstractAction;12 9 import javax.swing.JCheckBoxMenuItem; 13 10 import javax.swing.JFrame; 14 11 import javax.swing.JMenu; 15 import javax.swing.JOptionPane;16 import javax.swing.KeyStroke;17 import java.awt.event.KeyEvent;18 12 19 13 import livegps.LiveGpsPlugin; 20 14 21 import org.openstreetmap.josm.Main;22 15 import org.openstreetmap.josm.gui.MainMenu; 23 16 import org.openstreetmap.josm.plugins.PluginHandler; 17 import org.openstreetmap.josm.plugins.PluginInformation; 24 18 25 19 /** … … 40 34 * 41 35 */ 42 public SurveyorPlugin() { 43 super(); 36 public SurveyorPlugin(PluginInformation info) { 44 37 45 38 LiveGpsPlugin gpsPlugin = (LiveGpsPlugin) PluginHandler.getPlugin("livegps");
Note:
See TracChangeset
for help on using the changeset viewer.