On Fri, 16 Oct 2020 03:31:41 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> Please review a test fix for an issue where the color is not chosen correctly. > The issue seems to stem from the fact that keys are not processed properly so > the proper color is not chosen. > Fixed by adding autoDelay during processing of key events and also made EDT > change to invokeAndWait from invokeLater. > Also, move the frame to center of screen and do cleanup at finally block. > Mach5 job was run for several iteration on all 3 platforms. Link in JBS Marked as reviewed by serb (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/692