On Wed, 27 Oct 2021 08:22:05 GMT, Alexander Zuev <[email protected]> wrote:

>> I guess most of init() also should be in EDT as it works on swing components
>
>> I guess all swing component creation also needs to be in EDT
> 
> I do not think that manipulation of non-realized components on main thread is 
> an issue so i would leave it as is.

Unfortunately the creation should be dine on EDT as well

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

PR: https://git.openjdk.java.net/jdk/pull/6104

Reply via email to