<<< A9 Menu Events, cont. | Index | A10 Custom Dialog Example >>> |
A dialog window opens apart from the main Swing Application Window.
Dialogs provide independent sub-windows to display
a message box (e.g. "Okay to proceed? YES/NO", etc.)
an open/save file (standard file dialogs)
a customized dialog (e.g. tabbed dialog with options)
print dialogs, etc.
See also How to Make Dialogs tutorial on java.sun.com website.
<<< A9 Menu Events, cont. | Index | A10 Custom Dialog Example >>> |