RFR: 6852577: Only for Nimbus LAF UIManager.get("PasswordField.echoChar") is null [v2]

Sergey Bylokhov serb at openjdk.org
Tue Sep 6 23:14:44 UTC 2022


On Tue, 6 Sep 2022 07:00:43 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Default echo character obtained through `PasswordField.echoChar` UIProperty returns null for Nimbus L&F,
>> which is fixed by adding the default character * in the UIDefault table.
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Removal of Nimbus L&F hardcode

I guess currently the Nimbus L&F use some char for the password field, how that place will intrract with this new ui property?

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

PR: https://git.openjdk.org/jdk/pull/10035



More information about the client-libs-dev mailing list