RFR: 8333403: Write a test to check various components events are triggered properly [v2]

Ravi Gupta rgupta at openjdk.org
Fri Jun 14 04:47:12 UTC 2024


On Mon, 10 Jun 2024 20:03:11 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> Ravi Gupta has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8333403: Copyright Header added
>
> test/jdk/java/awt/event/ComponentEvent/ComponentEventTest.java line 134:
> 
>> 132: 
>> 133:             EventQueue.invokeAndWait(ComponentEventTest::initializeGUI);
>> 134:             robot.waitForIdle();
> 
> I was notified robot.delay(1000); is more standard here

i have make robot.delay(500); it works fine.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19521#discussion_r1639248279


More information about the client-libs-dev mailing list