1. Thumbnail view on JFileChooser coderanch.com |
2. JFileChooser + FileView = bad performance with Thumbnails coderanch.comHello! My quest is to add the ability of a thumbnail view for jpg,gif and png images to JFileChooser, just like windows explorer. So I created a FileView that reads and scales every image file and return it, so that the image is used as a icon for the file. This works theoretically perfect, however I have huge performance problems. It ... |