Umbrella issue.
javafx.scene.control.MenuBar already provides "useSystemMenuBar" property. However, there's some room for improvements:
1. Property specification is not clear enough, e.g. it's not clear what features are supported or unsupported when system menubar is used
2. There's no way to query if the current platform supports system menubars
3. The only implementation so far is Mac OS X. It would be fine to support system menubars on Unity and other platforms
javafx.scene.control.MenuBar already provides "useSystemMenuBar" property. However, there's some room for improvements:
1. Property specification is not clear enough, e.g. it's not clear what features are supported or unsupported when system menubar is used
2. There's no way to query if the current platform supports system menubars
3. The only implementation so far is Mac OS X. It would be fine to support system menubars on Unity and other platforms
- relates to
-
JDK-8090562 Keeping menu in the Mac menu bar when there is no more stage
- Open
-
JDK-8099012 New Menu API should support concept of a single appwide menubar, and work properly on Mac
- Closed
-
JDK-8102569 #setUseSystemMenuBar() could implement a "real" system menu
- Closed