There should be a new setting available through WebTabbedPane (or through a client property in JTabbedPane) that would allow making all displayed tab widths equal.
This can be quite useful for some particular cases. It is of course possible to workaround this with extra spacings in tab titles, but that is a quite dirty solution for the problem that could be easily solved by the tab container layout.
There should be a new setting available through
WebTabbedPane(or through a client property inJTabbedPane) that would allow making all displayed tab widths equal.This can be quite useful for some particular cases. It is of course possible to workaround this with extra spacings in tab titles, but that is a quite dirty solution for the problem that could be easily solved by the tab container layout.