Hello,
In windows explorer (and linux gnome) views for each file a thumbnail / icon. Like with EXEs, images, videos, txt-files, ini-files and so much other file types. Now is my question: Is there a way to get them by file.
Something like:
public static BufferedImage getThumbnail(File file) {...}
Thanks