I thank both responds for their suggestions which together I think will
solve the problem (though the solution seems non trivial.) Basically, it
seems I should build a ZipFileSystemView that can analyze a zip ( or jar)
file and present it to the outside world as its own little file system.
Should be fun.
Thanks,
jim
"Tom Hawtin" <> wrote in message
news:4626da6a$0$8750$...
> Joshua Cranmer wrote:
>>
>> To access files within a JAR file, look at the java.util.jar API. You
>> would probably have to override or rewrite JFileChooser to get the
>> interface, though.
>
> Can you not do it by implementing FileView and FileSystemView, and
> extending File?
>
> Tom Hawtin
|