public final class SkinMenuBarUI
extends javax.swing.plaf.basic.BasicMenuBarUI
| Constructor and Description |
|---|
SkinMenuBarUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Description of the Method
|
protected void |
installDefaults()
Description of the Method
|
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
Description of the Method
|
createChangeListener, createContainerListener, getMaximumSize, getMinimumSize, installKeyboardActions, installListeners, installUI, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUIpublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.ComponentUIg - Description of Parameterc - Description of Parameterprotected void installDefaults()
installDefaults in class javax.swing.plaf.basic.BasicMenuBarUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c - Description of Parameter