TabbedPane: fixed NPE in scroll layout when removing last tab

This commit is contained in:
Karl Tauber
2020-10-20 10:37:31 +02:00
parent 700bb9b567
commit 9bc656a5c5
2 changed files with 8 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ FlatLaf Change Log
- 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)
- TabbedPane: Support closable tabs. (issue #40)
- TabbedPane: Support closable tabs. (issues #31 and #40)
- Support painting separator line between window title and content (use UI value
`TitlePane.borderColor`). (issue #184)