We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug JFileChooser will not work properly on new Mac OS (e.g., Ventura) as it will not show files in certain folders (e.g., Dociuments)
To Reproduce Steps to reproduce the behavior:
Expected behavior To see files contained in that folder
Potential Fix Replace JFileChooser with FileDialog
The text was updated successfully, but these errors were encountered:
f1fa7b4
Merge pull request #619 from dgarijo/develop
eb6c2d2
fix #610, fix #602, fix #605, Fix #544, Fix #612
dgarijo
No branches or pull requests
Describe the bug
JFileChooser will not work properly on new Mac OS (e.g., Ventura) as it will not show files in certain folders (e.g., Dociuments)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To see files contained in that folder
Potential Fix
Replace JFileChooser with FileDialog
The text was updated successfully, but these errors were encountered: