| javax.swing.JPanel org.underworldlabs.swing.GradientPanel
GradientPanel | public class GradientPanel extends JPanel (Code) | | Simple panel with a left-right gradient background.
author: Takis Diakoumis version: $Revision: 1.4 $ |
GradientPanel | public GradientPanel()(Code) | | Creates a new instance of GradientPanel
|
GradientPanel | public GradientPanel(boolean isDoubleBuffered)(Code) | | |
isOpaque | public boolean isOpaque()(Code) | | |
paintComponent | protected void paintComponent(Graphics g)(Code) | | Performs the painting for this component.
Parameters: the - Graphics object toperform the painting |
|
|