org.tbee.swing
Class PanelUIBrushedMetal
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
javax.swing.plaf.basic.BasicPanelUI
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PanelUIBrushedMetal
public PanelUIBrushedMetal()
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 © 2011 KnowledgePlaza. All Rights Reserved.