903904905906907908909
/** * Creates the menu bar for this module. * @return The menu bar or null if not supported. */ public MainFrameMenuBar getMenuBar() { return isTopModule() ? new MainFrameMenuBar(this) : null; }