Class TheBestMenuEver

java.lang.Object
  extended by TheBestMenuEver

public class TheBestMenuEver
extends java.lang.Object

Crea el menu de la ventana principal de la aplicacion.

Author:
Nelson López Coppa

Field Summary
(package private)  MainWin frame
           
(package private)  javax.swing.JMenuBar mb
           
(package private)  MenuListener mlistener
           
 
Constructor Summary
TheBestMenuEver(MainWin f)
          Constructor de TheBestMenuEver.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mb

javax.swing.JMenuBar mb

frame

MainWin frame

mlistener

MenuListener mlistener
Constructor Detail

TheBestMenuEver

public TheBestMenuEver(MainWin f)
Constructor de TheBestMenuEver.

Parameters:
f - Jframe de la ventana donde se contruye el menu.