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

Last change on this file since 25019 was 25019, checked in by guggis, 14 years ago
File size: 130 bytes
Line 
1import javax.swing.JOptionPane;
2import org.openstreetmap.josm.Main;
3
4JOptionPane.showMessageDialog(Main.parent, "Hello World!")
Note: See TracBrowser for help on using the repository browser.