RFR: 8311806: Class ButtonAccessibility is implemented twice

Alexander Zuev kizune at openjdk.org
Wed Jul 12 16:24:10 UTC 2023


On Tue, 11 Jul 2023 20:12:44 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> Is there a way to hide the symbols so that they are not exported?

I do not think we can hide these symbols from the library - they have to be public for us to instantiate them dynamically based on the accessibility role of the FX node.

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

PR Comment: https://git.openjdk.org/jfx/pull/1174#issuecomment-1632844649


More information about the openjfx-dev mailing list