On Mon, 22 Apr 2024 21:49:54 GMT, Damon Nguyen <dngu...@openjdk.org> wrote:

>> Instructions set has been updated as per OS specific. JTable keyboard 
>> navigation is tested in each OS and according it's current implementation 
>> the instructions has been updated (Few has been removed and few has been 
>> updated). 
>> PassFailJFrame.builder is used.
>
> test/jdk/javax/swing/JTable/KeyBoardNavigation.java line 235:
> 
>> 233:                 Control-shift-PageUp/PageDown - extend selection 
>> left/right
>> 234:                                                 end of row
>> 235:                 """;
> 
> I see that for "Navigate In", you mix capitalization for `Tab` and 
> `shift-tab`. Looks a bit off. Maybe better to standardize capitalization for 
> keys. Maybe title-case or all-caps the key names.

Sure, I have now Capitalized the Keys.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18855#discussion_r1575786947

Reply via email to