How to preview any files on Windows inside a Java application ?
- by Studer
I'm using a JTree to browse the content of a folder and I want that when a user click on a file, the software shows a preview of it (like in the Windows Explorer).
I manage to do it for PDF file using a module downloaded from Sun, but I'd like to know if there is a way to do it using the built-in Windows API.