> First: I am trying to use the "corner" component of a tabpane to display a
> menubutton. However I noticed that if I open a large number of tabs, the
> corner component gets hidden by the tabs, is this a bug?

Possibly. It was originally done this way by design, but that may not have been 
the right approach.

> Second: is it possible to have all the tab buttons with the same size? 

There isn't any way to specify this via TabPane itself, but you could give the 
tab pane's tab data renderer a fixed preferred width. That should have the same 
effect.

G

Reply via email to