On Fri, 31 Oct 2025 00:07:46 GMT, Michael Strauß <[email protected]> wrote:
>> Adds the `DialogPane.headerBar` property, which allows developers to specify >> a custom `HeaderBar` when the dialog uses the `EXTENDED` stage style. > > Michael Strauß has updated the pull request incrementally with one additional > commit since the last revision: > > move HeaderBar to DialogPane I've moved the new API from `Dialog` (which roughly corresponds to a `Stage`) to `DialogPane`, which contains the scene graph of a dialog. All bugs you've found should also be fixed. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1943#issuecomment-3470867748
