Didier Villevalois
07/18/2022, 2:02 PMwindow
in the FrameWindowScope
of the Window
composable, but is there a corresponding ambient?Kirill Grouchnikov
07/18/2022, 2:19 PMDidier Villevalois
07/18/2022, 2:34 PMonCloseRequest
in the implementation of setVisible
is really counter-intuitive.)Kirill Grouchnikov
07/18/2022, 5:09 PMDidier Villevalois
07/20/2022, 8:08 AMisLocationByPlatform = true
which does nothing (Linux Fedora 36 Wayland).
I tried
setLocationRelativeTo(parent)
which does set the top-left corner of the dialog to the center of the parent window (where the docs say it should set the center of the dialog to the center of the parent window...).
Furthermore, none of my trials succeeded in putting the dialog in the foreground. Systematically, the dialog appears at the front the first time and always in the background the next times.
Please did someone find a solution for that?