com.jgoodies.plaf.windows
Class ExtWindowsPanelUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
javax.swing.plaf.basic.BasicPanelUI
com.jgoodies.plaf.windows.ExtWindowsPanelUI
- public final class ExtWindowsPanelUI
- extends BasicPanelUI
The JGoodies Windows Look&Feel implementation of PanelUI
.
Can replace obsolete or ugly Border
s.
- Author:
- Karsten Lentzsch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtWindowsPanelUI
public ExtWindowsPanelUI()
createUI
public static ComponentUI createUI(JComponent x)
update
public void update(Graphics g,
JComponent c)
- Replaces the
Border
if appropriate, then updates.
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.