See: Description
Class | Description |
---|---|
Animator |
This class extends
Thread to provide several features that make it
easier to build animations. |
JTFTools |
This class provides a small collection of static utility methods
that are used elsewhere in the ACM packages.
|
MediaTools |
This class implements a standard mechanism for loading images and sounds.
|
OptionTable | |
Platform |
This class contains methods to support platform-specific code.
|
RandomGenerator |
This class implements a simple random number generator that allows
clients to generate pseudorandom integers, doubles, booleans, and
colors.
|
SwingTimer |
This class is equivalent to
javax.swing.Timer and
exists only to avoid the ambiguity that arises because there is
also a Timer class in java.util . |
Exception | Description |
---|---|
CancelledException |
This class allows a dialog to signal clients that it has been
cancelled.
|
ErrorException |
This class allows errors to be reported in a consistent way.
|