On Tue, 21 Nov 2023 14:34:59 GMT, Alexey Ivanov <[email protected]> wrote:
> Do they need to be? I mean you can do everything on EDT, even throw the > exception from there. Yeah, everything can be done on EDT but what is the advantage of that? I mean as per current test, swing UI components are accessed on EDT and then the comparison is done on main thread. Curious to know what we achieve extra by doing the way you suggested above? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16467#discussion_r1400886219
