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