See: Description
Class | Description |
---|---|
Calculator |
A
Calculator provides easy access for often used mathematical
operations like computing the square of two numbers or generating a random
number. |
Canvas |
A
Canvas is intended to be used as a container with a
null-layout for AbstractFigure s but also other Component s
(also besides figures). |
ComponentMouseDragger |
The
ComponentMouseDragger singleton class can be used to enable
mouse dragging on components. |
Frame |
A
Frame (synonym is a window) is intended to be used as a
top-level container with a Canvas as its content pane. |