GroupBox Class

GroupBox Class

This Package | All Packages

Component
  |
  +--Control
    |
    +--GroupBox
public class GroupBox
extends Control

A GroupBox is a simple container that holds other controls and wraps a a frame around them. Its text is displayed in the upper-left corner of the frame.

Constructors
Name Description
GroupBox() Creates a new GroupBox.

Constructors

GroupBox.GroupBox

Syntax
public GroupBox();
Description

Creates a new GroupBox.