[ Previous section | Next section | This Package | Package List | Table of Contents ]

Class GroupBox

public class extend.awt.GroupBox extends java.awt.Panel {
   public GroupBox(String)
   public setText(String)
}
The GroupBox class provides for a visual container of other controls. It displays a 3D groove border and an optional title. It is to be used anywhere a java.awt.Panel may be used.

Constructors

GroupBox

public GroupBox (String title)
This is the only constructor for the GroupBox class.

Parameters:
title - The title string for the group box. It may be null.

Methods

setText

public void setText (String newText)
This method changes the title text of the group box.

Parameters:
newTest - The new title text for the group box. It may be null.

[ Previous section | Next section | This Package | Package List | Table of Contents ]