Class Summary |
BaseAlarmTimer |
Abstract base class for HiResAlarmTimer and LoResAlarmTimer.
|
BaseTimer |
Abstract base class for HiResTimer and LoResTimer.
|
Console |
Class to define a console window. |
GPanel |
Class to define a very simple graphics window of size 500x500 pixels
Subclass of JPanel.
|
GWindow |
Class to define a simple screen window
with an event handler to exit the application when
clicking the close button in the title bar. |
HiResAlarmTimer |
Class to define a alarm timer with high resolution (based on J3DTimer)
(Resolution normally better than 1 microseconds.)
|
HiResTimer |
Class to define a timer with high resolution (based on J3DTimer).
|
InputDialog |
Class to define a modal input dialog. |
LoResAlarmTimer |
Class to define a alarm timer with low resolution
(Resolution normally less than 10 milliseconds.)
|
LoResTimer |
Class to define a timer with low resolution (based on Date.getTime())
(Resolution normally less than 10 milliseconds.)
|
MessageDialog |
Class to show simple message dialog (with no prompt button).
|
Position |
Class to define a position of a window |
Size |
Class to define the size of a window |
TimerAdapter |
An abstract adapter class for receiving timer events.
|