On Thu, 3 Jun 2021 01:23:25 GMT, Sergey Bylokhov <[email protected]> wrote:
>> I do not like the phrase "Although the text displayed in", the "text" is not
>> displayed in the JPasswordField per se, please suggest something else.
>
> "The text entered in {@code JPasswordField} displays that something was typed
> and does not show the original characters"
> ?
change "and" to "but" and that will be good enough
"The text entered in {@code JPasswordField} displays that something was typed
but does not show the original characters"
-------------
PR: https://git.openjdk.java.net/jdk/pull/4296