On Tue, 19 Mar 2024 17:03:25 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>Instantiating JFileChooser on EDT adds complexity for no benefit. The >JFileChooser is still accessed concurrently from several threads, including >Swing internal thread. But still, this is a common requirement to create UI components on EDT, and that will replicate more or less how it will work in the application. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18109#discussion_r1536222501