JOptionPane is a Java class that makes it easy to pop up a standard dialog box that prompts users for a value or informs them of something.
JOptionPane makes it easy to pop up a standard dialog box that prompts users for a value or informs them of something. For information about using JOptionPane, see How to Make Dialogs, a section in The Java Tutorial. Related examples may be found here.