Java   View all facts   Glossary   Help | 
| user interface component > window > dialog > modal dialog | 
| modal dialog comparison table | |||
| Subject | is a kind of | is a synonym of | has definition | 
|---|---|---|---|
| dialog | window | dialog box | A specific window with which a user can interact, but which is not the main UI window | 
| modal dialog | 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 | 
Next dialog: non-modal dialog     Up: dialog