Java View all facts Glossary Help |
| user interface component > window > dialog |
| dialog comparison table | |
| Subject | has definition |
|---|---|
| modal dialog | A dialog that the user must dismiss before interacting with any other window. While in the modal dialog, the system is in a very restrictive mode |
| non-modal dialog | A separate window that the user can choose to interact with, but does not have to |
Up: window