OptionDialog

The OptionDialog is a modified MessageDialog that poses a question to you 
concerning a particular situation and provides at least two avenues for action.
The format of the OptionDialog is the same as the other kinds of MessageDialogs;
you will see the problem, the targets of the problem, and then a question 
asking you what to do about the problem. In all cases, if one of the buttons
says "Cancel", Sun MTPScan attempts to abort the current operation with a minimum of
side effects.

See also: Dialog, MessageDialog
