com.strangelight.salsa
Class J_MenuBar

java.lang.Object
  |
  +--com.strangelight.salsa.J_MenuBar

public class J_MenuBar
extends java.lang.Object

This class encapsulates a Mac menu bar. It maintains a single, application-wide MenuBar object, which will automatically attach to all J_Frame windows. It needs to be subclassed to get useful functionality.

See Also:
J_Frame

Field Summary
protected static java.awt.MenuBar mBar
           
 
Constructor Summary
J_MenuBar()
           
 
Method Summary
static java.awt.MenuBar get_MBar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mBar

protected static java.awt.MenuBar mBar
Constructor Detail

J_MenuBar

public J_MenuBar()
Method Detail

get_MBar

public static java.awt.MenuBar get_MBar()