I need to simulate current swing UI using smartGWT with maximum precision.
Can anybody suggest me a solution on how to implement a simple panel caption which will looks like this:
I'll have such panels nested in each other. Some panels will even have a comboBox in their caption. So HTML <legend> tag will not help.
Thanks before.
Can anybody suggest me a solution on how to implement a simple panel caption which will looks like this:
Code:
┌ My cool panel ───────────┐ │ │ │ │ │ │ │ │ │ │ └──────────────────────────┘
Thanks before.
Comment