Java View all facts Glossary Help |
| user interface component > window |
| window | ||||
| subject | fact | |||
| window | is a subtopic of Graphical User Interfaces | ![]() |
| is a kind of user interface component | ![]() | |
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.*; | ![]() |
Kinds of window :