-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Open multiple XML/H5 selector dialog #110
Comments
Not sure I can do much. The files are filtered so it works. Maybe @imagejan has an idea ? |
The file filter is currently implemented as an anonymous inner class in There are a few more related issues that no one else has picked up so far:
If someone has time to dig into it, that would be awesome. I don't think it should be a big thing to change, it's just that the extension filter hasn't been extensively used by anyone so far. I'm happy to give pointers to anyone willing to fix this. |
See also this forum topic by @tischi. |
* Override FileFilter toString() method in SwingFileWidget so that it shows the extension(s) that are filtered by the file choose dialog instead of the standard toString() of the * Related to * bigdataviewer/bigdataviewer-playground#110 * https://forum.image.sc/t/scijava-command-file-extensions/29869/2
* Override FileFilter toString() method in SwingFileWidget so that it shows the extension(s) that are filtered by the file choose dialog instead of the standard toString() of the * Related to * bigdataviewer/bigdataviewer-playground#110 * https://forum.image.sc/t/scijava-command-file-extensions/29869/2
* Override FileFilter toString() method in SwingFileWidget so that it shows the extension(s) that are filtered by the file choose dialog instead of the standard toString() of the * Related to * bigdataviewer/bigdataviewer-playground#110 * https://forum.image.sc/t/scijava-command-file-extensions/29869/2
Hi,
this is still legacy from @tischi:
when I want to open files, the filter dropdown does not show "*.xml" but some cryptic java stuff...
The text was updated successfully, but these errors were encountered: