Changeset 284 in josm for src


Ignore:
Timestamp:
2007-07-11T01:07:31+02:00 (17 years ago)
Author:
imi
Message:
  • added some functional GUI tests
Location:
src/org/openstreetmap/josm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/Main.java

    r267 r284  
    6565        public static Component parent;
    6666        /**
    67          * Global application window. Use this as JOPtionPane-parent to center on application.
     67         * Global application.
    6868         */
    6969        public static Main main;
  • src/org/openstreetmap/josm/actions/SplitWayAction.java

    r280 r284  
    3131import org.openstreetmap.josm.data.osm.visitor.NameVisitor;
    3232import org.openstreetmap.josm.data.osm.visitor.Visitor;
    33 import org.openstreetmap.josm.tools.I18n;
    3433
    3534/**
Note: See TracChangeset for help on using the changeset viewer.