You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like NativeJFileChooser blocks and the current thread until the file dialog is closed (due to the latch in showOpenDialog()), but if this method is invoked from the EDT it blocks the whole application.
The text was updated successfully, but these errors were encountered:
It looks like NativeJFileChooser blocks and the current thread until the file dialog is closed (due to the latch in
showOpenDialog()
), but if this method is invoked from the EDT it blocks the whole application.The text was updated successfully, but these errors were encountered: