I found <here> on your GitHub how to show a `FileD...
# compose-desktop
h
I found here on your GitHub how to show a
FileDialog
with the help of an
AwtWindow
. The code works fine, but my question is how can I center that
FileDialog
on the screen? I've tried to set its
location
inside the
apply
without success. Maybe you could take a look at my question on StackOverflow? Showing it in the center of the main window similar to how the new
AlertDialog
is positioned would also be great!