RFR: 8313424: JavaFX controls in the title bar (Preview) [v80]

Thiago Milczarek Sayao tsayao at openjdk.org
Thu Jun 5 00:27:11 UTC 2025


On Wed, 4 Jun 2025 14:48:31 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

>> Implementation of [`StageStyle.EXTENDED`](https://gist.github.com/mstr2/0befc541ee7297b6db2865cc5e4dbd09).
>
> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
> 
>   enable preview feature system properties for tests

modules/javafx.graphics/src/main/native-glass/gtk/glass_window.h line 132:

> 130:     virtual void set_alpha(double) = 0;
> 131:     virtual void set_enabled(bool) = 0;
> 132:     virtual void set_system_minimum_size(int, int) = 0;

Maybe `set_headerbar_mininum_size()` ?

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1605#discussion_r2127721973


More information about the openjfx-dev mailing list