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