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