<Swing Dev> [jdk16] RFR: 8258373: Update the text handling in the JPasswordField

Victor Dyakov vdyakov at openjdk.java.net
Thu Dec 17 17:14:59 UTC 2020


On Thu, 17 Dec 2020 16:36:07 GMT, Alexander Zuev <kizune 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
>
> Looks good.

Looks good.

-------------

PR: https://git.openjdk.java.net/jdk16/pull/39


More information about the swing-dev mailing list