| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
Dialog
This class implements accessibility support for the
Dialog class.
|
protected class |
Frame
This class implements accessibility support for the
Frame class.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
JDialog
This class implements accessibility support for the
JDialog class.
|
protected class |
JFrame
This class implements accessibility support for the
JFrame class.
|
protected class |
JWindow
This class implements accessibility support for the
JWindow class.
|