Java: JOptionPane showMessageDialog examples (part 1)JOptionPane showMessageDialog can display simple text messages.Using a JFrame reference centers the dialog on the JFrame, while using null centers it on the user's screen.