<AWT Dev> RFR: 8264290: Create implementation for NSAccessibilityComponentGroup protocol peer

Pankaj Bansal pbansal at openjdk.java.net
Thu May 20 07:20:37 UTC 2021


On Mon, 17 May 2021 08:22:59 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

> Initial implementation.

Looks fine to me.

src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/GroupAccessibility.m line 27:

> 25: 
> 26: #import "GroupAccessibility.h"
> 27: #import "JNIUtilities.h"

The header JNIUtilities.h is not used, please remove it before integrating.

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

Marked as reviewed by pbansal (Reviewer).

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


More information about the awt-dev mailing list