TabbedPane: fixed IndexOutOfBoundsException when using tooltip text on close buttons and closing last/rightmost tab (issue #235)

This commit is contained in:
Karl Tauber
2021-01-10 18:28:30 +01:00
parent 7d48bf06fe
commit 14222e40ad
3 changed files with 17 additions and 6 deletions

View File

@@ -21,6 +21,8 @@ FlatLaf Change Log
- Button and ToggleButton: Threat Unicode surrogate character pair as single
character and make button square. (issue #234)
- TabbedPane: Fixed `IndexOutOfBoundsException` when using tooltip text on close
buttons and closing last/rightmost tab. (issue #235)
- Extras: Added missing export of package
`com.formdev.flatlaf.extras.components` to Java 9 module descriptor.
- JIDE Common Layer: Invoke `LookAndFeelFactory.installJideExtension()` when