On Fri, 2 Dec 2022 05:07:40 GMT, Sergey Bylokhov <[email protected]> wrote:
> JFileChooser uses the FileSystemView API, you can call that directly to make > sure that some UI things in JFileChooser do not affect the behavior of the > test. The test only initializes JFileChooser instance, so calling FSV API directly means to explicitly mentioning FSV from test or from JFileChooser...? ------------- PR: https://git.openjdk.org/jdk/pull/11104
