public class BasePanelUI extends BasicPanelUI
| Constructor and Description |
|---|
BasePanelUI() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentUI |
createUI(JComponent c) |
protected void |
installDefaults(JPanel p) |
void |
paint(Graphics g,
JComponent c) |
void |
update(Graphics g,
JComponent c) |
getBaseline, getBaselineResizeBehavior, installUI, uninstallDefaults, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSizepublic static ComponentUI createUI(JComponent c)
protected void installDefaults(JPanel p)
installDefaults in class BasicPanelUIpublic void update(Graphics g, JComponent c)
update in class ComponentUIpublic void paint(Graphics g, JComponent c)
paint in class ComponentUICopyright © 2014. All Rights Reserved.