All Packages Class Hierarchy This Package Previous Next Index
Class framework.awt.BorderPanelGBL
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----symantec.itools.awt.BorderPanel
|
+----framework.awt.BorderPanelGBL
- public class BorderPanelGBL
- extends BorderPanel
Extension on BorderPanel, allows user to set the gridbagconstraints.
- See Also:
- BorderPanel
-
name
- The name that was used to construct this BorderPanelGBL.
-
BorderPanelGBL(String, int, GridBagLayout, GridBagConstraints)
-
-
getPreferredSize()
- Overridden from the super class just to be able to print some debug
info.
name
private String name
- The name that was used to construct this BorderPanelGBL. This
variable is used only by the debug code in method getPreferredSize().
- See Also:
- getPreferredSize
BorderPanelGBL
public BorderPanelGBL(String name,
int BevelValue,
GridBagLayout gbl,
GridBagConstraints gbc)
getPreferredSize
public Dimension getPreferredSize()
- Overridden from the super class just to be able to print some debug
info.
- Overrides:
- getPreferredSize in class Container
All Packages Class Hierarchy This Package Previous Next Index