import javax.swing.JOptionPane; public class joke { public static void main(String[] args) { JOptionPane.showMessageDialog(null, "Hey guess what"); JOptionPane.showMessageDialog(null, "what" ); JOptionPane.showMessageDialog(null, "I'm the smartest in the school"); JOptionPane.showMessageDialog(null, "why u always lying"); } }