On Sat, 8 Apr 2023 14:19:34 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Add the common base component for all the new implementing native classes >> Change native peer creation to use the new base component The new code will >> instantiate new protocol implementation for the given role if it exists or >> an old one if it does not exist >> Added BUTTON role implementing class > > modules/javafx.graphics/src/main/native-glass/mac/a11y/AccessibleBase.h line > 42: > >> 40: @end >> 41: >> 42: jmethodID jAccessibilityAttributeNames; > > Very minor: missing newline at end of file Fixing. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1084#discussion_r1162039432