com.jgoodies.plaf.windows
Class ExtWindowsPanelUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.PanelUI
          extended byjavax.swing.plaf.basic.BasicPanelUI
              extended bycom.jgoodies.plaf.windows.ExtWindowsPanelUI

public final class ExtWindowsPanelUI
extends BasicPanelUI

The JGoodies Windows Look&Feel implementation of PanelUI.

Can replace obsolete or ugly Borders.

Author:
Karsten Lentzsch

Constructor Summary
ExtWindowsPanelUI()
           
 
Method Summary
static ComponentUI createUI(JComponent x)
           
protected  void uninstallDefaults(JPanel panel)
          Restores the original Border, in case we have replaced it before.
 void update(Graphics g, JComponent c)
          Replaces the Border if appropriate, then updates.
 
Methods inherited from class javax.swing.plaf.basic.BasicPanelUI
installDefaults, installUI, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtWindowsPanelUI

public ExtWindowsPanelUI()
Method Detail

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.