<Swing Dev> OS X screen menu bar support in JDK 9
Alan Snyder
javalists at cbfiddle.com
Thu Jun 11 15:09:40 UTC 2015
I am wondering whether the hiding of JDK internal classes in JDK 9 might prevent a third party look and feel from using the screen menu bar. The reason is that the screen menu bar support is tightly bound to classes in the Aqua look and feel, specifically AquaMenuBarUI and AquaMenuItemUI, which will no longer be accessible.
Is there a solution that I am not aware of?
Alan
More information about the swing-dev
mailing list