I'm looking into a file chooser that works for both Files and Directories (e.g. should work with tif and n5 datasets which are directories). i presume the place to introduce this change is
|
default File chooseFile(final File file, final String style) { |
I'm looking into a file chooser that works for both Files and Directories (e.g. should work with tif and n5 datasets which are directories). i presume the place to introduce this change is
scijava-common/src/main/java/org/scijava/ui/UserInterface.java
Line 163 in 448a8bd