Last change
on this file since 18083 was 17647, checked in by nakor, 15 years ago |
First version of michigan_left. Only works with "H" intersections.
|
File size:
379 bytes
|
Line | |
---|
1 | package MichiganLeft;
|
---|
2 |
|
---|
3 | import javax.swing.JMenuItem;
|
---|
4 |
|
---|
5 | import org.openstreetmap.josm.Main;
|
---|
6 | import org.openstreetmap.josm.gui.MainMenu;
|
---|
7 | import org.openstreetmap.josm.plugins.Plugin;
|
---|
8 |
|
---|
9 | public class MichiganLeft extends Plugin {
|
---|
10 | JMenuItem MichiganLeft;
|
---|
11 |
|
---|
12 | public MichiganLeft() {
|
---|
13 | MichiganLeft = MainMenu.add(Main.main.menu.toolsMenu, new MichiganLeftAction());
|
---|
14 |
|
---|
15 | }
|
---|
16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.