On Mon, 21 Feb 2022 05:50:06 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> Tejesh R has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8236907: JTable added to nested panels does not paint last > > test/jdk/javax/swing/JTable/8236907/LastVisibleRow.java line 80: > >> 78: testRobot.waitForIdle(); >> 79: CaptureAfterClick(); >> 80: > > You added a delay after CaptureBeforeClick(), similar delay needs to be added > after CaptureAfterClick > Normally robot delay, waitForIdle calls needs to be called outside EDT Updated. ------------- PR: https://git.openjdk.java.net/jdk/pull/7422