com.jgoodies.plaf.plastic
Class PlasticPanelUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
javax.swing.plaf.basic.BasicPanelUI
com.jgoodies.plaf.plastic.PlasticPanelUI
- public final class PlasticPanelUI
- extends BasicPanelUI
The JGoodies Plastic Look&Feel implementation of PanelUI
.
Uses ClearLook(tm) to replace visually redundant Border
s.
- Author:
- Karsten Lentzsch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlasticPanelUI
public PlasticPanelUI()
createUI
public static ComponentUI createUI(JComponent x)
update
public void update(Graphics g,
JComponent c)
- Replaces the
Border
if appropriate, then paints.
uninstallDefaults
protected void uninstallDefaults(JPanel panel)
- Restores the original
Border
, in case we have replaced it before.
Copyright © 2001-2004 JGoodies Karsten Lentzsch. All Rights Reserved.