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

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

Sample scripts for JavaScript and Python

File size: 206 bytes
Line 
1#
2# HelloWorld.py - sample JOSM script in Python
3#
4from javax.swing import JOptionPane
5from org.openstreetmap.josm import Main
6
7JOptionPane.showMessageDialog(Main.parent, "[Python] Hello World!")
Note: See TracBrowser for help on using the repository browser.