source: osm/applications/editors/josm/plugins/scripting/scripts/HelloWorld.groovy@ 25072

Last change on this file since 25072 was 25071, checked in by guggis, 14 years ago

Configure scripting engines in the JOSM preferences.

File size: 143 bytes
Line 
1import javax.swing.JOptionPane;
2import org.openstreetmap.josm.Main;
3
4
5JOptionPane.showMessageDialog(Main.parent, "[Groovy] Hello World!")
Note: See TracBrowser for help on using the repository browser.