On Tue, 4 Mar 2025 08:41:36 GMT, Tejesh R <[email protected]> wrote: >> that's why I added waitForIdle/delay after createShowGUI > > I meant in right after `frame.setVisible(true);`, between line 80 and 81.
I know what you meant but I am saying its not needed as historically we added delay/waitForIdle after we do setVisible and start the test.. Also requestFocusInWindow is not guranteed to be done by JDK, its just a request... ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23837#discussion_r1978933191
