Merge pull request #338 from Chrriis/focusedBackground

Issue #335: allow a different background on focus
This commit is contained in:
Karl Tauber
2021-06-15 11:57:17 +02:00
14 changed files with 287 additions and 87 deletions

View File

@@ -3,6 +3,16 @@ FlatLaf Change Log
## 1.3-SNAPSHOT
#### New features and improvements
- TextComponents, ComboBox and Spinner: Support different background color when
component is focused (use UI values `TextField.focusedBackground`,
`PasswordField.focusedBackground`, `FormattedTextField.focusedBackground`,
`TextArea.focusedBackground`, `TextPane.focusedBackground`,
`EditorPane.focusedBackground`, `ComboBox.focusedBackground`,
`ComboBox.buttonFocusedBackground`, `ComboBox.popupFocusedBackground` and
`Spinner.focusedBackground`). (issue #335)
#### Fixed bugs
- Fixed white lines at bottom and right side of window (in dark themes on HiDPI