Class com.symantec.itools.frameworks.wizard.BorderPanel
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.frameworks.wizard.BorderPanel
Object
|
+----Component
|
+----Container
|
+----JComponent
|
+----com.symantec.itools.frameworks.wizard.BorderPanel
- public class BorderPanel
- extends JComponent
- Version:
- 1.0
- Author:
- Symantec Internet Tools Division
- Since:
- VCafe 3.0
-
com.symantec.itools.frameworks.wizard.BorderPanel(JComponent, int, int, int, int, Color)
-
-
com.symantec.itools.frameworks.wizard.BorderPanel(JComponent, Insets, Color)
-
-
getInsets()
-
-
paint(Graphics)
-
BorderPanel
public BorderPanel(JComponent borderThis,
int leftBorder,
int rightBorder,
int topBorder,
int bottomBorder,
Color fillColor)
BorderPanel
public BorderPanel(JComponent borderThis,
Insets inset,
Color fillColor)
getInsets
public java.awt.Insets getInsets()
-
- Overrides:
- getInsets in class JComponent
- Since:
- VCafe 3.0
paint
public void paint(Graphics g)
-
- Parameters:
- g - TODO
- Overrides:
- paint in class JComponent
- Since:
- VCafe 3.0
All Packages Class Hierarchy This Package Previous Next Index