TextField, FormattedTextField and PasswordField: select all text when a text field gains focus for the first time and selection was not set explicitly

This commit is contained in:
Karl Tauber
2020-01-19 18:05:12 +01:00
parent c8248e91ca
commit 48bdd5c3df
13 changed files with 859 additions and 8 deletions

View File

@@ -1,6 +1,14 @@
FlatLaf Change Log
==================
## Unreleased
- TextField, FormattedTextField and PasswordField: Select all text when a text
field gains focus for the first time and selection was not set explicitly.
This can be configured to newer or always select all text on focus gain (see
UI default value `TextComponent.selectAllOnFocusPolicy`).
## 0.25.1
Re-release of 0.25 because of problems with Maven Central.