Package acm.util

This package includes several classes that are common to the ACM package suite.

See:
          Description

Class Summary
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 Summary
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.
 

Package acm.util Description

This package includes several classes that are common to the ACM package suite. Novice users of the package will, in general, not need to use these classes.