| Class | Description |
|---|---|
| Menu |
A menu class for console programs.
|
| OpeningScreen |
A class for displaying three lines of information at various positions
on the screen (the standard output), which may be used as a display of
the "opening screen" of any console program.
|
| OperationCounter |
Specification for the OperationCounter class.
|
| Stopwatch |
Specification for the Stopwatch class.
|
| TextItems |
A class for handling on-line help and other text messages that the
programmer does not wish to "hard-wire" into the code of a console
program.
|
| Utils |
A collection of public static utility methods.
|