Tagged Questions
2
votes
1answer
224 views
How to do a modal FileChooser in JFXPanel?
I want to show a FileChooser dialog on top of an awt app which uses a JFXPanel.
As Window for showOpenDialog, I use getWindow() of the Scene set to that panel. But the file chooser appears behind the ...