diff --git a/CHANGELOG.md b/CHANGELOG.md index c870765f..c3f31cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,17 @@ FlatLaf Change Log #### New features and improvements -- TabbedPane: Replaced forward/backward scrolling arrow buttons with "Show - Hidden Tabs" button. If pressed, it shows a popup menu that contains (partly) - hidden tabs and selecting one activates that tab. If you prefer - forward/backward buttons, use `UIManager.put( - "TabbedPane.hiddenTabsNavigation", "arrowButtons" )`. (PR #190; issue #40) -- TabbedPane: Support scrolling tabs with mouse wheel (if `tabLayoutPolicy` is - `SCROLL_TAB_LAYOUT`). (PR #187; issue #40) -- TabbedPane: Repeat scrolling as long as arrow buttons are pressed. (PR #187; - issue #40) -- TabbedPane: Support adding custom components to left and right sides of tabs +- TabbedPane: In scroll tab layout, added "Show Hidden Tabs" button to trailing + side of tab area. If pressed, it shows a popup menu that contains (partly) + hidden tabs and selecting one activates that tab. (PR #190; issue #40) +- TabbedPane: Support forward/backward scroll arrow buttons on both sides of tab + area. Backward button on left side, forward button on right side. Not + applicable scroll buttons are hidden. (PR #211; issue #40) +- TabbedPane: Support scrolling tabs with mouse wheel in scroll tab layout. (PR + #187; issue #40) +- TabbedPane: Repeat scrolling as long as scroll arrow buttons are pressed. (PR + #187; issue #40) +- TabbedPane: Support adding custom components to left and right sides of tab area. (set client property `JTabbedPane.leadingComponent` or `JTabbedPane.trailingComponent` to a `java.awt.Component`) (PR #192; issue #40)