RFR: 8224261: JProgressBar always with border painted around it [v3]

Abhishek Kumar abhiscxk at openjdk.org
Tue Nov 21 16:50:06 UTC 2023


On Tue, 21 Nov 2023 14:34:59 GMT, Alexey Ivanov <aivanov at openjdk.org> 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


More information about the client-libs-dev mailing list