All Packages Class Hierarchy This Package Previous Next Index
Class comphys.CPFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----comphys.CPFrame
- public class CPFrame
- extends Frame
This class adds an anonymous inner class which allows the parent
Frame to be closed from within the application.
- Version:
- February 14, 1999
-
CPFrame()
- Constructs a closeable frame with no name
-
CPFrame(String)
- Constructs a closeable frame with a name.
CPFrame
public CPFrame()
- Constructs a closeable frame with no name
CPFrame
public CPFrame(String name)
- Constructs a closeable frame with a name.
- Parameters:
- name - the desired name of the Frame
All Packages Class Hierarchy This Package Previous Next Index