|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
Dialog
A dialog is a window that typically requires input from the user. It requires a parent window when it is constructed. When the parent window is minimized, the dialog box will be too. A dialog can either be modeless (the default) or modal. If it is modal, it blocks all input to the top-level windows. An example dialog window is the about box.
Related Categories
JDialog, JOptionPane
Subcategories
Questions & Answers
= answered, = unanswered
General:
How do I create a Dialog Box?
How do I have my Dialog always-on-top?
Further Information (sorted alphabetically)
Api's:
Related Links:
|
|
|
|
|