RFR: 6852577: Only for Nimbus LAF UIManager.get("PasswordField.echoChar") is null [v3]
Alexey Ivanov
aivanov at openjdk.org
Wed Sep 28 09:04:43 UTC 2022
On Tue, 27 Sep 2022 17:59:04 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> You should probably call `setLookAndFeel` on the main thread, or you should call `UIManager.get` below on the EDT as well.
In fact, I was inclined to use the main thread, it produces a shorter stack trace. EDT is okay, no change is required if you don't feel like it.
-------------
PR: https://git.openjdk.org/jdk/pull/10035
More information about the client-libs-dev
mailing list