RFR: 8313424: JavaFX controls in the title bar [v70]

Cormac Redmond duke at openjdk.org
Tue Apr 29 14:17:22 UTC 2025


On Tue, 29 Apr 2025 13:55:21 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

> > However, a similar bug is still present when using EXTENDED with **no** HeaderBar, these cursors are missing and it's not possible to re-size using the top border/corners. Easy to reproduce in Monkey Tester.
> > It's also impossible to click and drag the window from the header area, in this configuration, which felt like non-native behaviour that could be enabled by default. Maybe it's intentional.
> 
> I don't think `EXTENDED` without `HeaderBar` is a supported configuration. The header bar defines the draggable area, and without it, the window doesn't seem to be useful (this would be a resizable but non-movable window). Do you have a specific use case in mind?

No use case (that I care about), but I was able to create it (Monkey Tester), and it had the minimise/maximise/quit buttons, so it seemed like a "valid" minimalist setup.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1605#issuecomment-2839094258


More information about the openjfx-dev mailing list