TabbedPane: support adding custom components to left and right sides of tabs area if "more tabs" button is used (issue #40)

This commit is contained in:
Karl Tauber
2020-10-17 11:30:04 +02:00
parent f0fd02e81f
commit 10746a454a
5 changed files with 340 additions and 74 deletions

View File

@@ -13,6 +13,9 @@ FlatLaf Change Log
- 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)
- TabbedPane: Support adding custom components to left and right sides of tabs
area. (set client property `JTabbedPane.leadingComponent` or
`JTabbedPane.trailingComponent` to a `java.awt.Component`) (issue #40)
- Support painting separator line between window title and content (use UI value
`TitlePane.borderColor`). (issue #184)