Package com.formdev.flatlaf.ui
Class FlatMenuBarUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.MenuBarUI
-
- javax.swing.plaf.basic.BasicMenuBarUI
-
- com.formdev.flatlaf.ui.FlatMenuBarUI
-
public class FlatMenuBarUI extends javax.swing.plaf.basic.BasicMenuBarUI
Provides the Flat LaF UI delegate forJMenuBar
.- UiDefault:
- MenuBar.font Font, MenuBar.background Color, MenuBar.foreground Color, MenuBar.border Border
-
-
Constructor Summary
Constructors Constructor Description FlatMenuBarUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent c)
protected void
installKeyboardActions()
-
Methods inherited from class javax.swing.plaf.basic.BasicMenuBarUI
createChangeListener, createContainerListener, getMaximumSize, getMinimumSize, installDefaults, installListeners, installUI, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
-
-