Wrong behavior of Stage header

Nir Lisker nlisker at gmail.com
Thu Jul 10 05:25:51 UTC 2025


Hi,

After 8313424: JavaFX controls in the title bar (Preview), on Win 10 I
found that the header bar is wrong:
[image: image.png]
The close button is disabled and the control buttons are on the wrong side.

The reproducer is trivial:

import javafx.application.Application;

import javafx.stage.Stage;


public class StageTest extends Application {


@Override

public void start(Stage stage) {

stage.show();

}


public static void main(String[] args) {

Application.launch(args);

}

}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/openjfx-dev/attachments/20250710/9d3f9cbd/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 2102 bytes
Desc: not available
URL: <https://mail.openjdk.org/pipermail/openjfx-dev/attachments/20250710/9d3f9cbd/image-0001.png>


More information about the openjfx-dev mailing list