Mac conventions
Jeff McDonald
deep.blue.6802 at gmail.com
Tue Feb 21 14:24:13 PST 2012
There has been some discussion about supporting other MacOS specific menu
items, but I don't think that's been done. There's been some discussion
about improving the API do fit in with the native Mac menubar better. I
have some ideas that I'll toss out here on this list soon that touches on
the subject.
Cheers,
jeff
On Tue, Feb 21, 2012 at 2:23 PM, Stephen Winnall <steve at winnall.ch> wrote:
> Great! Thanks Jeff.
>
> I see that it also handles the Help menu. Is there a way of settings up
> the About and Preferences menus too?
>
> Steve
>
>
> On 21 Feb 2012, at 19:48, Jeff McDonald wrote:
>
> > There are two ways to activate the use of the system menubar on a Mac:
> > 1. In the menubar class call menubar.setUseSystemMenuBar(true);
> > 2. Set the css for the menubar with ".menu-bar {-fx-use-system-menu-bar:
> > true;}"
> >
> > Cheers,
> > Jeff
> >
> > On Tue, Feb 21, 2012 at 7:49 AM, Stephen Winnall <steve at winnall.ch>
> wrote:
> >
> >> I'm getting to know JavaFX 2.1 b13 under Mac OS X 10.7.3.
> >>
> >> Does anyone have any tips on how to make menus "do the right thing" on
> the
> >> Mac (i.e. appear in the system menu bar at the top of the screen)?
> >>
> >> Steve
> >>
> >>
>
>
More information about the openjfx-dev
mailing list