On Sun, 20 Feb 2022 08:01:28 GMT, Manukumar V S <m...@openjdk.org> wrote:
> Call Robot.waitForIdle() after createUI and before getting the location of > the JSpinner component in the test: > javax/swing/JSpinner/4515999/JSpinnerMouseAndKeyPressTest.java. > > This is needed to ensure all the events for creating and displaying the frame > are processed before interacting with the components on the screen. This pull request has now been integrated. Changeset: bdae1d87 Author: Manukumar V S <m...@openjdk.org> Committer: Abdul Kolarkunnu <akolarku...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/bdae1d87c16423878e4dcc8a0e87806d77bb5256 Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod 8282147: [TESTBUG] waitForIdle after creating frame in JSpinnerMouseAndKeyPressTest.java Reviewed-by: aivanov ------------- PR: https://git.openjdk.java.net/jdk/pull/7545