<Swing Dev> RFR: 8262981: Create implementation for NSAccessibilitySlider protocol [v2]

Pankaj Bansal pbansal at openjdk.java.net
Sun Mar 14 11:18:25 UTC 2021


On Wed, 10 Mar 2021 14:47:38 GMT, Pankaj Bansal <pbansal at openjdk.org> wrote:

>> src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/CommonComponentAccessibility.m line 59:
>> 
>>> 57:     [rolesMap setObject:@"RadiobuttonAccessibility" forKey:@"radiobutton"];
>>> 58:     [rolesMap setObject:@"CheckboxAccessibility" forKey:@"checkbox"];
>>> 59:     [rolesMap setObject:@"SliderAccessibility" forKey:@"slider"];
>> 
>> Shouldn't you also increase the rolesMap initial capacity?
>
>> Shouldn't you also increase the rolesMap initial capacity?
> 
> ok, I will do that in next commit.

Done

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

PR: https://git.openjdk.java.net/jdk/pull/2874


More information about the swing-dev mailing list