Class chap7.ServerFrame
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class chap7.ServerFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----chap7.ServerFrame

class ServerFrame
extends Frame
The frame window for this standalone application. Exists only to provide a way to kill the server. Handles kill via the system menu and the file menu.

This class is not public and can therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index