i,d like the tab buttons on my tabbedcomponent to span the whole width (or hight if on the side) of the component. To do this i need to know the width of the tabbed component in the method getTabButtonBestWidth. This does not seem possible now because there is no reference to the tabbed component in this method.
Or is there another way to do this?
I,d also like to get rid of the dropshadow on the side if each tab button and the 1 pixel line around the whole component but i can,t find where those are drawn in the look and feel.