Re: Immersive support for titlebar for JavaFX running on Windows.

2025-08-23 Thread Michael Strauß
Hi David, there's already a PR out that matches the system-provided titlebar color to the selected color scheme: https://github.com/openjdk/jfx/pull/1845 Maybe that does what you need. On Sat, Aug 23, 2025 at 8:58 PM David Bundgaard wrote: > > > Hello, > > I would like to add support for immer

Immersive support for titlebar for JavaFX running on Windows.

2025-08-23 Thread David Bundgaard
Hello, I would like to add support for immersive titlebar for JavaFX, that means when we run in darkmode the title bar would be colored dark. I already have a work in progress, compiling locally, due to being new in this community, I would like to know if this is something I can proceed with? Als