<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Not directly related but I recently was looking at the Mac system menubar for javaFX applications noticing that they do not get an ‘About’ menu item in the Application menu.<div class=""><br class=""></div><div class="">I filed a bug that was just accepted today.</div><div class=""><br class=""></div><div class="">JDK-8300180 : [macos] Default About menu item not shown for javaFX applications</div><div class=""><a href="https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8300180" class="">https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8300180</a></div><div class=""><br class=""></div><div class="">It involves changes to some of the legacy Apple code (ApplicationDelegate.m) and changes to the javaFX application to initialize this code and also to use java.awt.Desktop.</div><div class="">I was able to get javaFX applications an ‘About’ menu item by default, as all Mac applications including jpackage Swing ones do. </div><div class="">Also with additional changes I was able to use java.awt.Desktop to get a custom aboutHandler for this menu item for applications that want to provide their own.</div><div class=""><br class=""></div><div class="">I had tried doing this with just javaFX by simply getting a menubar and setting it to system, but this didn’t work. Possibly there is more to this that I should of done?</div><div class="">I might look a little at what javaFX has for the Mac system menubar.</div><div class=""><br class=""></div></body></html>