Aus der Reihe: Verrücktes aus aller Welt 7 Wochen ohne

Group box panel with GWT

2009 13 Feb

I’m currently participating on a software development project using the Google Web Toolkit (GWT). While developing the GUI for a certain part of this project, I came across the need of a group box panel.

For those who don’t know what a group box is; here is an example:

groupbox

Fortunately this type of panel is directly supported by HTML throught the <fieldset> tag. Unfortunately it isn’t supported by GWT (yet). However, it’s very simple to implement this using the SimplePanel class provided by GWT.

This code is provided as public domain.

Informationen zum Artikel

  • Erstellt am 13.Feb 2009 um 09:00 Uhr

Kommtentare, Trackbacks:

Kommentar hinterlassen

Maximum 3 links per comment. Do not use BBCode.

* Pflichtfeld. Kommentare unangemessenen Inhalts und/oder mit vielen Links werden moderiert.