TextField: support adding extra padding

(for #172, #173 and #330)
This commit is contained in:
Karl Tauber
2021-07-02 15:19:46 +02:00
parent c8998c2bcf
commit a9dcf09d13
6 changed files with 232 additions and 17 deletions

View File

@@ -5,6 +5,8 @@ FlatLaf Change Log
#### New features and improvements
- TextField, FormattedTextField and PasswordField: Support adding extra padding.
(set client property `JTextField.padding` to `Insets`).
- PasswordField: UI delegate `FlatPasswordFieldUI` now extends `FlatTextFieldUI`
(instead of `BasicPasswordFieldUI`) to avoid duplicate code and for easier
extensibility.