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

Constructor Index

 o CPFrame()
Constructs a closeable frame with no name
 o CPFrame(String)
Constructs a closeable frame with a name.

Constructors

 o CPFrame
 public CPFrame()
Constructs a closeable frame with no name

 o 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