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
-
bojng
- the game client window
-
BojngFrame(Bojng, Stats, Label)
- Layout setup
-
handleEvent(Event)
- Handles WINDOW_DESTROY.
bojng
Bojng bojng
- the game client window
BojngFrame
BojngFrame(Bojng b,
Stats s,
Label l)
- Layout setup
handleEvent
public boolean handleEvent(Event e)
- Handles WINDOW_DESTROY.
- Overrides:
- handleEvent in class Component