image

GWT GroupBox panel widget

August 23, 2007
I needed for my GWT project a panel that supports showing a set of widgets in a group (GroupBox panle). I needed the exact functionality like the HTML fieldset/legend tags: I didn’t found any ready-to-use widget so I implemented one myself. Here is the source code: It was really easy to extend the flow panel