| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
| Modifier and Type | Method and Description |
|---|---|
static Toolkit |
Toolkit.getDefaultToolkit()
Gets the default toolkit.
|
Toolkit |
Window.getToolkit()
Returns the toolkit of this frame.
|
Toolkit |
Component.getToolkit()
Gets the toolkit of this component.
|