JOptionPane (Swing)

Use a JOptionPane bean JOptionPane to provide a simple dialog for an input prompt, a message, or user confirmation. The dialog is modal, so the thread is held until the user dismisses the dialog.


Related procedures
Adding a pane or panel

Related references
Sun's JOptionPane bean documentation
Pane and panel beans
Beans for visual composition