All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class kpalin.alabra.ChessAppMB

java.lang.Object
   |
   +----java.awt.MenuComponent
           |
           +----java.awt.MenuBar
                   |
                   +----kpalin.alabra.ChessAppMB

public class ChessAppMB
extends MenuBar
This class provides menus for application. Menus: file

Author:
Kimmo Palin
See Also:
AppForm, FileMenu

Variable Index

 o fmenu
File menu.
 o menuListen
This listens menuactions.

Constructor Index

 o ChessAppMB(AppForm)
Nothing special here.

Variables

 o menuListen
 private ChessMenuListener menuListen
This listens menuactions. This is a Weird Hack(tm).

 o fmenu
 private FileMenu fmenu
File menu.

Constructors

 o ChessAppMB
 ChessAppMB(AppForm app)
Nothing special here. All interresting stuf is in deeper classes. This only adds the menus to the menubar.

Parameters:
app - Parent AppForm so we can control it.

All Packages  Class Hierarchy  This Package  Previous  Next  Index