<AWT Dev> RFR: 8264302: Create implementation for Accessibility native peer for Splitpane java role

Alexander Zuev kizune at openjdk.java.net
Wed May 26 03:13:13 UTC 2021


On Tue, 25 May 2021 08:24:21 GMT, Pankaj Bansal <pbansal at openjdk.org> wrote:

> Create implementation for Accessibility native peer for Splitpane java role. I have tested it using the SwingSet2 and splitpane demo from https://docs.oracle.com/javase/tutorial/uiswing/examples/components/index.html#SplitPaneDemo.
> The do not see any inconsistency in Vo behaviour before and after the changes.

src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/SplitpaneAccessibility.m line 29:

> 27: 
> 28: /*
> 29:  * Implementation of the accessibility peer for the ScrollBar role

ScrollBar? I think you meant something else.

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

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


More information about the awt-dev mailing list