Java View all facts Glossary Help |
| user interface component > window > dialog > non-modal dialog |
| non-modal dialog | ||||
| subject | fact | |||
| non-modal dialog | has definition A separate window that the user can choose to interact with, but does not have to | ![]() |
| 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.*; | ![]() |