Sebastian,
I submitted a draft implementation of the COMBINED StageStyle in PR #1192. On
Mac and Windows it allows JavaFX controls to overlap the platform window
decorations in the title bar.
On the Mac you can get most of the way there by setting two flags, one to
extend the JavaFX scene into
Ignore my earlier comments on UNIFIED since I didn’t understand it. All UNIFIED
did was alter the way the window background was drawn to support the “sheet of
glass” effect introduced in Windows Vista and the equivalent brushed metal
effect on Mac (which I think dates back to Panther). As far as
Other than announced, there wasn't any intend to deprecated
`StageStyle.UNIFIED` yet. So I was wondering what is the status here? My
suggestion to actually make it work (at least on one platform [1]) didn't seem
to whip up much enthusiasm either.
I'm still open to invest time into this feature,