import javax.swing.*; public class J05E01 { public static void main(String[] args) { JOptionPane myGUI = new JOptionPane(); } }