source:
osm/applications/editors/josm/plugins/scripting/scripts/HelloWorld.groovy@
25019
| Last change on this file since 25019 was 25019, checked in by , 15 years ago | |
|---|---|
| File size: 130 bytes | |
| Line | |
|---|---|
| 1 | import javax.swing.JOptionPane; |
| 2 | import org.openstreetmap.josm.Main; |
| 3 | |
| 4 | JOptionPane.showMessageDialog(Main.parent, "Hello World!") |
Note:
See TracBrowser
for help on using the repository browser.
