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
-
JThread.stream.ControlWindow(String[])
-
-
addButton(Container, String, ActionListener)
-
-
main(String[])
-
ControlWindow
public ControlWindow(String[] args)
addButton
public void addButton(Container c,
String title,
ActionListener a)
main
public static void main(String[] args)
All Packages Class Hierarchy This Package Previous Next Index