How to preview any files on Windows inside a Java application ?
Posted
by Studer
on Stack Overflow
See other posts from Stack Overflow
or by Studer
Published on 2010-06-01T14:51:00Z
Indexed on
2010/06/01
15:03 UTC
Read the original article
Hit count: 262
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.
© Stack Overflow or respective owner