source:
osm/applications/editors/josm/plugins/scripting/scripts/HelloWorld.py@
25072
| Last change on this file since 25072 was 25072, checked in by , 15 years ago | |
|---|---|
| File size: 206 bytes | |
| Line | |
|---|---|
| 1 | # |
| 2 | # HelloWorld.py - sample JOSM script in Python |
| 3 | # |
| 4 | from javax.swing import JOptionPane |
| 5 | from org.openstreetmap.josm import Main |
| 6 | |
| 7 | JOptionPane.showMessageDialog(Main.parent, "[Python] Hello World!") |
Note:
See TracBrowser
for help on using the repository browser.
