Class BojngFrame

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

class BojngFrame
extends Frame
The frame of the main window. Sets up the layout manager and handles the WINDOW_DESTROY event.

Source

See Also:
BojngAppl, Bojng, Stats

Variable Index

 o bojng
the game client window

Constructor Index

 o BojngFrame(Bojng, Stats, Label)
Layout setup

Method Index

 o handleEvent(Event)
Handles WINDOW_DESTROY.

Variables

 o bojng
 Bojng bojng
the game client window

Constructors

 o BojngFrame
 BojngFrame(Bojng b,
            Stats s,
            Label l)
Layout setup

Methods

 o handleEvent
 public boolean handleEvent(Event e)
Handles WINDOW_DESTROY.

Overrides:
handleEvent in class Component