import javax.swing.JOptionPane;
import org.openstreetmap.josm.Main;


JOptionPane.showMessageDialog(Main.parent, "[Groovy] Hello World!")
