SwingX: JXTitledPanel support (issue #22)

This commit is contained in:
Karl Tauber
2019-11-28 18:24:55 +01:00
parent a99ffd4821
commit f3f8c81518
9 changed files with 281 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ FlatLaf Change Log
- ComboBox: Fixed issues with NetBeans `org.openide.awt.ColorComboBox`
component.
- Hex color values in `.properties` files now must start with a `#` character.
- SwingX: Support `JXTitledPanel`. (issue #22)
- SwingX: Fixed too wide border when using date picker as table cell editor.
(issue #24)
- JIDE Common Layer: Fixed `JidePopup` border.