RFR: 8316106: Open source few swing JInternalFrame and JMenuBar tests [v2]

Abhishek Kumar abhiscxk at openjdk.org
Fri Sep 15 05:51:41 UTC 2023


On Fri, 15 Sep 2023 04:56:25 GMT, Tejesh R <tr at openjdk.org> wrote:

>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review comment update
>
> test/jdk/javax/swing/JInternalFrame/bug4268949.java line 52:
> 
>> 50:                 || !((if2.getContentPane().getBackground()).equals(Color.blue))
>> 51:                 || !((if3.getContentPane().getBackground()).equals(Color.green))) {
>> 52:                 throw new RuntimeException("Test failed: JInternalFrame " +
> 
> Moving out of SwingUtilities would avoid InvovationTarget Exception.

Updated.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15735#discussion_r1326815889


More information about the client-libs-dev mailing list