OptionPane: fixed rendering of longer HTML text (#12)

This commit is contained in:
Karl Tauber
2019-10-18 18:41:14 +02:00
parent 0ede8cd5b9
commit ffef71d6db
6 changed files with 10 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ FlatLaf Change Log
- ComboBox: Use small border if used as table editor.
- ToolBar: Disable focusability of buttons in toolbar.
- OptionPane: Fixed rendering of longer HTML text. (issue #12)
- SwingX: Support `JXBusyLabel`, `JXHeader`, `JXHyperlink`,
`JXTaskPaneContainer` and `JXTaskPane`. (issue #8)