Merge pull request #187 into master

TabbedPane wheel scrolling
This commit is contained in:
Karl Tauber
2020-10-14 22:43:02 +02:00
6 changed files with 623 additions and 102 deletions

View File

@@ -5,6 +5,9 @@ FlatLaf Change Log
#### New features and improvements
- TabbedPane: Support scrolling tabs with mouse wheel (if `tabLayoutPolicy` is
`SCROLL_TAB_LAYOUT`). (issue #40)
- TabbedPane: Repeat scrolling as long as arrow buttons are pressed. (issue #40)
- Support painting separator line between window title and content (use UI value
`TitlePane.borderColor`). (issue #184)