Tabsheet border Removing

Hi i m using Tabsheet it conatin 4 to 5 tabs tab sheet is under the panel my requrement is i want to remove the border of tab now i m geeting two border one is parent window which is vertical layout and other is panel which contain tabsheet so how to remove the border of tabsheert .

Hi,

If you’re using the basic Reindeer theme, there are some pre-made styles you might want to try:

tabsheet.addStyleName(Reindeer.TABSHEET_BORDERLESS);

…or:

tabsheet.addStyleName.addStyleName(Reindeer.TABSHEET_MINIMAL);

If these are not enough, you can probably get ahead by exploring how these styles work.

Thanks it works for me