Package CSLib

Class Diagram Summary
CSLib 
 

Class Summary
ClosableDialogClosableDialog is a base class that obeys the
windowClosing event.
ClosableDialog.DialogCloserDialogCloser is an inner class that implements the
windowClosing listener for ClosableDialog.
ClosableFrameClosableFrame is a base class that obeys the
windowClosing event.
DrawingBoxDrawingBox is a frame upon which many of the
java.awt.Graphics operations can be performed.
DrawingBox.DBMouseAdapterDBMouseAdapter is an inner class that implements
the Mouse listener for DrawingBox.
DrawingBox.DBMouseMotionAdapterDBMouseMotionAdapter is an inner class that implements
the Mouse motion listener for DrawingBox.
ErrorBoxErrorBox is a dialog box used for presenting error
messages.
InputBoxInputBox is a closable dialog box that can receive and
translate textual keyword input into various Java types.
OutputBoxOutputBox is a closable frame that holds textual output.
SFormatSFormat is a utility class for formatting numbers as
strings.
TimerTimer is a utility class for causing a program to
pause for a specified period of time.
TrickMouseTrickMouse is a special class used as an example in the text.