RFR: 8327787: Convert javax/swing/border/Test4129681.java applet test to main [v4]
Alexey Ivanov
aivanov at openjdk.org
Thu Mar 14 09:48:41 UTC 2024
On Thu, 14 Mar 2024 06:48:08 GMT, Tejesh R <tr at openjdk.org> wrote:
>> test/jdk/javax/swing/border/Test4129681.java line 43:
>>
>>> 41: public static void main(String[] args) throws Exception {
>>> 42: String testInstructions = """
>>> 43: Turn on the checkbox to disable the label.
>>
>> Can I suggest something like this ?
>> Suggestion:
>>
>> Click the checkbox to disable/enable the label.
>
> Since the test is for disable, I would retain the instructions to disable.
[Microsoft recommends](https://learn.microsoft.com/en-us/windows/win32/uxguide/ctrl-check-boxes#documentation) using *select / clear* the check box:
<q cite="https://learn.microsoft.com/en-us/windows/win32/uxguide/ctrl-check-boxes#documentation">To describe user interaction, use select and clear.</q>
I don't know about Apple macOS and Linux systems.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18189#discussion_r1524548512
More information about the client-libs-dev
mailing list