Class JThread.stream.ControlWindow
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JThread.stream.ControlWindow

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Window
                           |
                           +----Frame
                                   |
                                   +----JThread.stream.ControlWindow

public class ControlWindow
extends Frame
A window to control shutdown. Functions of the buttons: Start: to start or restart the program threads; Stop: to start shutdown process of the program; Restart: to restart a stopped program; Close: to shutdown the program and close window;

Author:
Wei Tao

Constructor Index

 o JThread.stream.ControlWindow(String[])

Method Index

 o addButton(Container, String, ActionListener)
 o main(String[])

Constructors

 o ControlWindow
public ControlWindow(String[] args)

Methods

 o addButton
public void addButton(Container c,
                      String title,
                      ActionListener a)
 o main
public static void main(String[] args)

All Packages  Class Hierarchy  This Package  Previous  Next  Index