Ignore:
Timestamp:
2009-06-26T22:11:40+02:00 (16 years ago)
Author:
jttt
Message:

Use getter for Node.coor and Node.eastNorth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/UtilsPlugin.java

    r14120 r16162  
    11package UtilsPlugin;
    22
    3 import static org.openstreetmap.josm.tools.I18n.tr;
    4 
    5 
    6 import java.awt.event.ActionEvent;
    7 import javax.swing.AbstractAction;
    83import javax.swing.JMenuItem;
    9 import javax.swing.JOptionPane;
    10 import javax.swing.JPanel;
    11 import javax.swing.BoxLayout;
    124
    135import org.openstreetmap.josm.Main;
     6import org.openstreetmap.josm.gui.MainMenu;
     7import org.openstreetmap.josm.gui.MapFrame;
    148import 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;
    199
    2010public class UtilsPlugin extends Plugin {
Note: See TracChangeset for help on using the changeset viewer.