RFR: 8326497: Window.toFront() fails for iconified windows on Linux [v4]

Maxim Kartashev mkartashev at openjdk.org
Tue Mar 5 10:16:59 UTC 2024


On Tue, 5 Mar 2024 09:31:25 GMT, Tejesh R <tr at openjdk.org> wrote:

>> Maxim Kartashev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed for Windows also
>>   
>>   And made the test not dependent on swing.
>
> test/jdk/java/awt/Frame/Iconify/IconifiedToFront.java line 100:
> 
>> 98: 
>> 99:     private static void pause() {
>> 100:         robot.delay(PAUSE_MS);
> 
> Adding `robot.waitForIdle(); ` after delay would be better.

Agreed; done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17985#discussion_r1512569922


More information about the client-libs-dev mailing list