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

Constructor Index

 o StatusPanel()
construct a new status panel

Method Index

 o finalize()
used to stop the timer thread
 o status(String)
update the text status line
 o time()
updates the time

Constructors

 o StatusPanel
  public StatusPanel()
construct a new status panel

Methods

 o finalize
  public void finalize()
used to stop the timer thread
Overrides:
finalize in class Object
 o status
  public void status(String str)
update the text status line
 o time
  public void time()
updates the time

All Packages  Class Hierarchy  This Package  Previous  Next  Index