<Swing Dev> [jdk16] Integrated: 8258373: Update the text handling in the JPasswordField
Sergey Bylokhov
serb at openjdk.java.net
Fri Dec 18 06:28:56 UTC 2020
On Wed, 16 Dec 2020 20:35:04 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> - The JTextComponent.setText() is overidden in the JPasswordField to make the "text" property non-"bound" in the JPasswordField, same as in the JTextComponent
> - The new implementation of setText() clean an internal data storage
> - Also some internal caches are cleaned as well
This pull request has now been integrated.
Changeset: 7afb01dc
Author: Sergey Bylokhov <serb at openjdk.org>
URL: https://git.openjdk.java.net/jdk16/commit/7afb01dc
Stats: 393 lines in 7 files changed: 392 ins; 0 del; 1 mod
8258373: Update the text handling in the JPasswordField
Reviewed-by: kizune, prr, psadhukhan
-------------
PR: https://git.openjdk.java.net/jdk16/pull/39
More information about the swing-dev
mailing list