1class Test { 2 3 public static void main(String[] args) { 4 JOptionPane.showMessageDialog(null, "Hello, world!"); 5 System.exit(0); 6 } 7} 8