Java View all facts Glossary Help |
| user interface component > window > dialog > modal dialog |
| modal dialog | ||||
| subject | fact | |||
| modal dialog | has definition 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 | ![]() |
| is a subtopic of Graphical User Interfaces | ![]() | |
| is a kind of dialog | ![]() | |
| window | to display you define a subclass of the JFrame class by instantiating the following pattern, and create a new instance of that subclassimport java.awt.swing.*; | ![]() |