Creating and Using Dialogs

Using JDialog

Another Way: JOptionPane

General Dialog Layout

Arguments Accepted by showXXXDialog Methods

Arguments Accepted by showXXXDialog Methods (cont'd)

Arguments Accepted by showXXXDialog Methods (cont'd)

An Example Dialog Task

A Simple Message Dialog

Notes On The Example

Dialogs That Ask Questions

showConfirmDialog Example

Changing the Dialog Title and Buttons

Changing the Dialog Title and Buttons (cont'd)

Getting Textual Input

Getting List Selections

Getting List Selections (cont'd)