Changeset 25071 in osm for applications/editors/josm/plugins/scripting/scripts
- Timestamp:
- 2011-01-16T18:25:29+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/scripting/scripts
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/scripting/scripts/HelloWorld.groovy
r25019 r25071 2 2 import org.openstreetmap.josm.Main; 3 3 4 JOptionPane.showMessageDialog(Main.parent, "Hello World!") 4 5 JOptionPane.showMessageDialog(Main.parent, "[Groovy] Hello World!")
Note:
See TracChangeset
for help on using the changeset viewer.