EditorPane and TextPane: fixed font and text color when using HTML content (#9)

This commit is contained in:
Karl Tauber
2019-10-20 18:02:20 +02:00
parent 5a952c187c
commit 41ecbccc76
5 changed files with 120 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ 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)
- EditorPane and TextPane: Fixed font and text color when using HTML content.
(issue #9)
- SwingX: Support `JXBusyLabel`, `JXDatePicker`, `JXHeader`, `JXHyperlink`,
`JXMonthView`, `JXTaskPaneContainer` and `JXTaskPane`. (issue #8)