Name: dbT83986 Date: 03/13/99
It would be nice to be able to align the tabs of a JTabbedPane.
Right now it is possible to set the orientation of the tabs,
but there is no way to specify that I want the tabs aligned on
the right/bottom side or the center instead of the left/top side.
(Review ID: 54774)
======================================================================
Name: rlT66838 Date: 08/27/99
I admit this is minor, but a JTabbedPane with tabs placed on the
left or right would look better if the tab labels could be left
or right justified.
In BasicTabbedPaneUI.layoutLabel(), SwingUtilities.layoutCompoundLabel()
is called with a hard coded parameter of SwingUtilities.CENTER for the
horizontal text alignment. This would be easy to convert into a property.
(Review ID: 94542)
======================================================================