Class jrad.util.GroupBoxPanel
All Packages Class Hierarchy This Package Previous Next Index
Class jrad.util.GroupBoxPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----jrad.util.GroupBoxPanel
- public class GroupBoxPanel
- extends Panel
A panel that displays a Windows 95-style groupbox. The groupbox
acts as a normal panel and may contain components.
-
insets
- The border within the GroupBoxPanel to display between the rectangle
and the contained components.
-
label
- The GroupBoxPanel's label.
-
GroupBoxPanel()
- Constructs a new GroupBoxPanel.
-
GroupBoxPanel(String)
- Constructs a new GroupBoxPanel with a label.
-
getLabel()
- Returns the GroupBoxPanel's label.
-
insets()
- Returns the border within the GroupBoxPanel to display between the rectangle
and the contained components.
-
paint(Graphics)
- Paints the GroupBoxPanel and its components.
-
setInsets(Insets)
- Sets the border within the GroupBoxPanel to display between the rectangle
and the contained components.
-
setLabel(String)
- Sets the GroupBoxPanel's label.
label
protected String label
- The GroupBoxPanel's label.
insets
protected Insets insets
- The border within the GroupBoxPanel to display between the rectangle
and the contained components.
GroupBoxPanel
public GroupBoxPanel()
- Constructs a new GroupBoxPanel.
GroupBoxPanel
public GroupBoxPanel(String label)
- Constructs a new GroupBoxPanel with a label.
getLabel
public String getLabel()
- Returns the GroupBoxPanel's label.
setLabel
public void setLabel(String label)
- Sets the GroupBoxPanel's label.
insets
public Insets insets()
- Returns the border within the GroupBoxPanel to display between the rectangle
and the contained components.
- Overrides:
- insets in class Container
setInsets
public void setInsets(Insets insets)
- Sets the border within the GroupBoxPanel to display between the rectangle
and the contained components.
paint
public void paint(Graphics g)
- Paints the GroupBoxPanel and its components.
- Overrides:
- paint in class Component
All Packages Class Hierarchy This Package Previous Next Index