I need to create an equivalent to a "Titled Border" from Swing, ie a border which has some text at the top (see attachment).
Can anyone give me a clue, how to achieve this, I couldn't find a similar class anywhere.
I tried to override draw() or add a draw handler, to draw my title, but none of that worked.
I'm using GWT 2.1.0 and SmartGWT 2.3.2010-11-28
Can anyone give me a clue, how to achieve this, I couldn't find a similar class anywhere.
I tried to override draw() or add a draw handler, to draw my title, but none of that worked.
I'm using GWT 2.1.0 and SmartGWT 2.3.2010-11-28
Comment