[Java] setTabPlacement TOP_RIGHT - jak?
jak w Javie zmodyfikować JTabbedPane, aby
z tego:
uzyskać to:
metoda setTabPlacement
przyjmuje tylko:
The default value, if not set, is SwingConstants.TOP.
[/code]
przydała by się flaga TOP_RIGHT
coś na wzór NORTH_EAST ze SwingConstants
ale żeby dotyczyła Box-orientation
jak w Javie zmodyfikować JTabbedPane, aby
z tego:
uzyskać to:
metoda setTabPlacement
przyjmuje tylko:
Sets the tab placement for this tabbedpane. Possible values are:
* JTabbedPane.TOP
* JTabbedPane.BOTTOM
* JTabbedPane.LEFT
* JTabbedPane.RIGHT The default value, if not set, is SwingConstants.TOP.
[/code]
przydała by się flaga TOP_RIGHT
coś na wzór NORTH_EAST ze SwingConstants
ale żeby dotyczyła Box-orientation