Java Show Dialog

JFrame frame = new JFrame();
JOptionPane.showMessageDialog(frame, "Eggs are not supposed to be green.");
Inquisitive Iguana