Changeset 16162 in osm for applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/UtilsPlugin.java
- Timestamp:
- 2009-06-26T22:11:40+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/UtilsPlugin.java
r14120 r16162 1 1 package UtilsPlugin; 2 2 3 import static org.openstreetmap.josm.tools.I18n.tr;4 5 6 import java.awt.event.ActionEvent;7 import javax.swing.AbstractAction;8 3 import javax.swing.JMenuItem; 9 import javax.swing.JOptionPane;10 import javax.swing.JPanel;11 import javax.swing.BoxLayout;12 4 13 5 import org.openstreetmap.josm.Main; 6 import org.openstreetmap.josm.gui.MainMenu; 7 import org.openstreetmap.josm.gui.MapFrame; 14 8 import org.openstreetmap.josm.plugins.Plugin; 15 import org.openstreetmap.josm.gui.MapFrame;16 import org.openstreetmap.josm.gui.MainMenu;17 import org.openstreetmap.josm.gui.IconToggleButton;18 import org.openstreetmap.josm.actions.JosmAction;19 9 20 10 public class UtilsPlugin extends Plugin {
Note:
See TracChangeset
for help on using the changeset viewer.