Changeset 8285 in josm for trunk/src/org/openstreetmap/josm/gui/bbox/SlippyMapControler.java
- Timestamp:
- 2015-04-28T00:49:49+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/bbox/SlippyMapControler.java
r7509 r8285 19 19 import javax.swing.JPanel; 20 20 import javax.swing.KeyStroke; 21 21 22 import org.openstreetmap.josm.Main; 22 23 … … 168 169 private class MoveXAction extends AbstractAction { 169 170 170 int direction; 171 private int direction; 171 172 172 173 public MoveXAction(int direction) { … … 182 183 private class MoveYAction extends AbstractAction { 183 184 184 int direction; 185 private int direction; 185 186 186 187 public MoveYAction(int direction) {
Note:
See TracChangeset
for help on using the changeset viewer.
