<AWT Dev> RFR: 8264299: Create implementation of native accessibility peer for ScrollPane and ScrollBar Java Accessibility roles [v4]

Pankaj Bansal pbansal at openjdk.java.net
Wed May 12 17:53:58 UTC 2021


On Wed, 12 May 2021 16:32:31 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

>> Pankaj Bansal has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Incorporate review comments
>
> src/java.desktop/macosx/native/libawt_lwawt/awt/JavaComponentAccessibility.m line 54:
> 
>> 52: #define JAVA_AX_VISIBLE_CHILDREN (-3)
>> 53: // If the value is >=0, it's an index
>> 54: 
> 
> Since we are going to get rid of the JavaComponentAccessibility in the future i would rather copy the definitions into the CommonComponentAccessibility.h - that would save the double work in the future.

done

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

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


More information about the awt-dev mailing list