Class com.tdac.tools.StatusPanel
All Packages Class Hierarchy This Package Previous Next Index
Class com.tdac.tools.StatusPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----com.tdac.tools.StatusPanel
- public class StatusPanel
- extends Panel
This class provides a status line for text messages. A clock
is displayed in the right hand side.
- Version:
- 1.0, 11/11/96
- Author:
- Timothy D. A. Cox
-
StatusPanel()
- construct a new status panel
-
finalize()
- used to stop the timer thread
-
status(String)
- update the text status line
-
time()
- updates the time
StatusPanel
public StatusPanel()
- construct a new status panel
finalize
public void finalize()
- used to stop the timer thread
- Overrides:
- finalize in class Object
status
public void status(String str)
- update the text status line
time
public void time()
- updates the time
All Packages Class Hierarchy This Package Previous Next Index