Ignore:
Timestamp:
2006-01-21T19:02:06+01:00 (18 years ago)
Author:
imi
Message:

fixed fancy download world chooser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/gui/MapMover.java

    r41 r42  
    3232        private Cursor oldCursor;
    3333
     34       
    3435        /**
    3536         * Create a new MapMover
    36          * @param mapView The map that should be moved.
    3737         */
    38         public MapMover(NavigatableComponent mapView) {
    39                 this.nc = mapView;
     38        MapMover(NavigatableComponent navComp) {
     39                this.nc = navComp;
    4040                nc.addMouseListener(this);
    4141                nc.addMouseMotionListener(this);
Note: See TracChangeset for help on using the changeset viewer.