Re: JavaFX menu bar on OS X

2016-01-27 Thread Michael Ennen
Just want to say I think this is a good idea (and also potentially necessary given JDK 9 changes (unless of course every internal API that is used in NSMenuFX is being ported to public API)). On Mon, Jan 25, 2016 at 8:43 AM, Jan Gassen wrote: > Hi all, > > I recently did some

JavaFX menu bar on OS X

2016-01-25 Thread Jan Gassen
Hi all, I recently did some work on customising the application menu of JavaFX apps on OS X, i.e. adding additional menu items or renaming existing ones. I added all these changes to a little project called NSMenuFX but I’d also like to contribute parts to OpenJFX. There already seems to be a