// JMenuBar (MenuBar)
//---------------------
@SuppressWarnings("serial")
private static class MenuBar extends JMenuBar implements ComponentListener {
public MenuBar() {
this.setLayout(new ForteMenuLayout()); //PM:18/07/2008: to allow for wrap menus
this.setBackground(null);
}