RFR: 8352793: Open source several AWT TextComponent tests - Batch 1 [v2]

Tejesh R tr at openjdk.org
Wed Apr 16 13:41:33 UTC 2025


On Wed, 16 Apr 2025 00:08:40 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

>> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Updated review comments
>
> test/jdk/java/awt/TextComponent/BackgroundTest.java line 57:
> 
>> 55:                    On linux and macos it will match the environment settings.
>> 56:                    If the TextField or the TextArea do not change colors as described,
>> 57:                    the test FAILS.
> 
> Suggestion:
> 
>                 3. Press the "DisableText" button.
>                    The first TextField and TextArea should change colors to the
>                    default disabled color.  On Windows, this is usually gray.
>                    On linux and macos it will match the environment settings.
>                    If the TextField or the TextArea do not change colors as described,
>                    the test FAILS.
> 
> 
> The instructions jump from step #2 to #4 when I was following the test. The subsequent numbers need to be adjusted as well. Test itself passes locally for me though.

Updated.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24656#discussion_r2046962483


More information about the client-libs-dev mailing list