Package com.l2fprod.gui.plaf.skin
Class SkinPanelUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
javax.swing.plaf.basic.BasicPanelUI
com.l2fprod.gui.plaf.skin.SkinPanelUI
Description of the Class
- Author:
- fred
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Description of the Methodprotected void
Description of the Methodvoid
paint
(Graphics g, JComponent c) Description of the Methodprotected void
Methods inherited from class javax.swing.plaf.basic.BasicPanelUI
getBaseline, getBaselineResizeBehavior, installUI, uninstallUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, update
-
Constructor Details
-
SkinPanelUI
public SkinPanelUI()
-
-
Method Details
-
paint
Description of the Method- Overrides:
paint
in classComponentUI
- Parameters:
g
- Description of Parameterc
- Description of Parameter
-
installDefaults
Description of the Method- Overrides:
installDefaults
in classBasicPanelUI
- Parameters:
p
- Description of Parameter
-
uninstallDefaults
- Overrides:
uninstallDefaults
in classBasicPanelUI
-
createUI
Description of the Method- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-