Time delay problem in my Image viewing application
Hi all,
I am showing System Directory Tree in Jtree. The Images would be shown in JTable as like as ThumbNailView in windows if u r clicking some directory which has some image files. Abstract Table model is used for Jtable. I am filling the Scaled ImageIcon data in AbstractTable model while clicking the system directory, So scaled images are shown as a thumbnail view in Jtable whenever i clicked the system directory tree if it has image files.
Problems are.
1. It is taking long time to display the images after clicking Directory bcoz i am making scaled ImageIcon from the original file and filling into abstract table model. (Application is unresponsive while filing the data into Abstract Data model)
2. What could be the best solution to reduce the time delay if there are many image files, Say 300 ?
3. What could be the best solution to reduce the time delay if there are
some big files in terms of size, Say 100MB?
Thanks in advance,
Hack_Java.

