mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 15:57:12 -06:00
CHANGELOG.md: added/updated latest TabbedPane changes
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -5,16 +5,17 @@ FlatLaf Change Log
|
|||||||
|
|
||||||
#### New features and improvements
|
#### New features and improvements
|
||||||
|
|
||||||
- TabbedPane: Replaced forward/backward scrolling arrow buttons with "Show
|
- TabbedPane: In scroll tab layout, added "Show Hidden Tabs" button to trailing
|
||||||
Hidden Tabs" button. If pressed, it shows a popup menu that contains (partly)
|
side of tab area. If pressed, it shows a popup menu that contains (partly)
|
||||||
hidden tabs and selecting one activates that tab. If you prefer
|
hidden tabs and selecting one activates that tab. (PR #190; issue #40)
|
||||||
forward/backward buttons, use `UIManager.put(
|
- TabbedPane: Support forward/backward scroll arrow buttons on both sides of tab
|
||||||
"TabbedPane.hiddenTabsNavigation", "arrowButtons" )`. (PR #190; issue #40)
|
area. Backward button on left side, forward button on right side. Not
|
||||||
- TabbedPane: Support scrolling tabs with mouse wheel (if `tabLayoutPolicy` is
|
applicable scroll buttons are hidden. (PR #211; issue #40)
|
||||||
`SCROLL_TAB_LAYOUT`). (PR #187; issue #40)
|
- TabbedPane: Support scrolling tabs with mouse wheel in scroll tab layout. (PR
|
||||||
- TabbedPane: Repeat scrolling as long as arrow buttons are pressed. (PR #187;
|
#187; issue #40)
|
||||||
issue #40)
|
- TabbedPane: Repeat scrolling as long as scroll arrow buttons are pressed. (PR
|
||||||
- TabbedPane: Support adding custom components to left and right sides of tabs
|
#187; issue #40)
|
||||||
|
- TabbedPane: Support adding custom components to left and right sides of tab
|
||||||
area. (set client property `JTabbedPane.leadingComponent` or
|
area. (set client property `JTabbedPane.leadingComponent` or
|
||||||
`JTabbedPane.trailingComponent` to a `java.awt.Component`) (PR #192; issue
|
`JTabbedPane.trailingComponent` to a `java.awt.Component`) (PR #192; issue
|
||||||
#40)
|
#40)
|
||||||
|
|||||||
Reference in New Issue
Block a user