Interface | Description |
---|---|
ClickAction | |
Command |
Class | Description |
---|---|
Button |
Button class encapsulates a JButton and allows the student to create a
button, install it on a
Window , change the title of the
button, and perform actions when the button is clicked. |
CircleShape |
CircleShape draws a circle for you on your Window.
|
Shape |
Shape Class provides a definition for objects which can be displayed on a
Window . |
SquareShape |
SquareShape draws a Square on your Window for you.
|
TextShape |
TextShape allows the display of text inside a
Shape . |
Widget |
Not for direct student use.
|
Window |
The Window class provides a simple Swing Window.
|
Enum | Description |
---|---|
TextFormat | |
WindowSide |
WindowSide is an enum used to indicate the four sides of a
Window . |