On Tue, 19 Sep 2023 07:44:39 GMT, Prasanta Sadhukhan <[email protected]> wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Review comments changes > > test/jdk/javax/swing/KeyboardManager/bug4345798.java line 82: > >> 80: robot.setAutoDelay(100); >> 81: robot.delay(1000); >> 82: robot.waitForIdle(); > > Usually, we do waitForIdle followed by delay so that all events processing is > done and then wait further 1sec to let frame visible.. Fixed, thanks ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15802#discussion_r1330485926
