public class SubstancePanelUI extends BasicPanelUI
| Constructor | Description |
|---|---|
SubstancePanelUI() |
| Modifier and Type | Method | Description |
|---|---|---|
static ComponentUI |
createUI(JComponent comp) |
|
protected void |
installDefaults(JPanel p) |
|
protected boolean |
toPaintBackground(JComponent c) |
Returns indication whether the panel background should be filled.
|
void |
update(Graphics g,
JComponent c) |
getBaseline, getBaselineResizeBehavior, installUI, uninstallDefaults, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paintpublic static ComponentUI createUI(JComponent comp)
protected void installDefaults(JPanel p)
installDefaults in class BasicPanelUIpublic void update(Graphics g, JComponent c)
update in class ComponentUIprotected boolean toPaintBackground(JComponent c)
c - Component (should be JPanel).true if the panel background should be filled with
the background color, false otherwise.