I have a modal dialog that presents a JFileChooser using VAqua. After choosing a file and closing the file chooser dialog, I can interact with my modal dialog, but after I close the modal dialog, my application UI doesn't receive clicks.
This only occurs with VAqua and with a modal dialog, and only if I present the dialog using:
VSheet.showDialog(dialog, null);
I am investigating, but posting an issue in case it rings any bells!