[Image] EchoPoint
Helping you build truly dynamic and stateful web applications!
nothing

GroupBox   Click here for complete JavaDoc

The GroupBox component is a container that will group together any contained components within a box, along with a title. 

This works best on the client browsers that support the FIELDSET HTML tag such as Internet Explorer  5.x and Mozilla 1.x. 

However it does support a more simple rendering ability and will use a less appealing look on older browsers.

[Image]
 GroupBox gb = new GroupBox();
gb.setTitle(title);
gb.add(genContent());
pane.add(gb);

Client Browser Support :

All clients supported by the Echo Framework.  Works best on clients that support the FIELDSET HTML tag.


Home

SourceForge Logo

The EchoPoint project is kindly hosted by SourceForge