org.tbee.swing
Class PanelUIBrushedMetal

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by javax.swing.plaf.basic.BasicPanelUI
              extended by org.tbee.swing.PanelUIBrushedMetal

public class PanelUIBrushedMetal
extends BasicPanelUI

Create a panel with a brush metal look use lPanel.setUI(new PanelUIBrushedMetal());

Version:
$Revision: 1.2 $

Constructor Summary
PanelUIBrushedMetal()
           
 
Method Summary
static JPanel createPanel()
           
static void main(String[] args)
           
 void paint(Graphics g, JComponent c)
          paint it
 
Methods inherited from class javax.swing.plaf.basic.BasicPanelUI
createUI, getBaseline, getBaselineResizeBehavior, installDefaults, installUI, uninstallDefaults, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanelUIBrushedMetal

public PanelUIBrushedMetal()
Method Detail

paint

public void paint(Graphics g,
                  JComponent c)
paint it

Overrides:
paint in class ComponentUI

createPanel

public static JPanel createPanel()

main

public static void main(String[] args)


Copyright © 2012 KnowledgePlaza. All Rights Reserved.