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
We currently have inconsistent logic when setting up a file filter for File and File[] inputs.
File
File[]
The extensions style is only supported for File[] inputs, not for File, see:
extensions
scijava-ui-swing/src/main/java/org/scijava/ui/swing/widget/SwingFileWidget.java
Line 137 in 08fb795
Actually, the file filter seems to work for drag-and-drop (in FileHandler):
FileHandler
Lines 357 to 358 in 08fb795
... but not for the Browse button.
Related scijava-common issue: scijava/scijava-common#197
scijava-common
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We currently have inconsistent logic when setting up a file filter for
File
andFile[]
inputs.The
extensions
style is only supported forFile[]
inputs, not forFile
, see:scijava-ui-swing/src/main/java/org/scijava/ui/swing/widget/SwingFileWidget.java
Line 137 in 08fb795
Actually, the file filter seems to work for drag-and-drop (in
FileHandler
):scijava-ui-swing/src/main/java/org/scijava/ui/swing/widget/SwingFileWidget.java
Lines 357 to 358 in 08fb795
... but not for the Browse button.
Related
scijava-common
issue: scijava/scijava-common#197The text was updated successfully, but these errors were encountered: