RFR: JDK-8311113: Remove invalid pointer cast and clean up setLabel() in awt_MenuItem.cpp
Phil Race
prr at openjdk.org
Thu Aug 31 22:44:38 UTC 2023
On Thu, 31 Aug 2023 00:49:01 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> > I'll have to check this further
>
> It will get it via javaaccessbridge we provided(kind of native interface) and this native lib uses our a11y java code for each component.
Hmm, I didn't know the AWT heavyweights participated in that. Only the Swing components.
On mac, AWT components are implemented as LW so I can see it working there but not GDI.
Can someone confirm Sergey is correct ?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15276#issuecomment-1701874019
More information about the client-libs-dev
mailing list