On Tue, 27 Sep 2022 17:59:04 GMT, Alexey Ivanov <aiva...@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