On Tue, 21 Oct 2025 23:54:55 GMT, Michael Strauß <[email protected]> wrote:
> Adds the `Dialog.headerBar` property, which allows developers to specify a > custom `HeaderBar` when the dialog uses the `EXTENDED` stage style. The > property is ignored for all other stage styles. modules/javafx.controls/src/main/java/javafx/scene/control/Dialog.java line 594: > 592: * @since 26 > 593: */ > 594: private ObjectProperty<HeaderBar> headerBar; Since this is a preview feature, it needs to be documented and handled as such. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1943#discussion_r2455576341
