Hi,
I have an application in SWING where thumbnail images are being created at runtime and displayed in a ListCellRenderer. This is mainly used as a history feature where the user can click on that image and retrieve back the information.
The problem is: when I run my code without an
IDE it works fine as I am giving relative path names at all the places for storing the images. However, when I make a jar file, it is not able to read those images generated at run time.
Is there a way to read runtime created files outside the jar file?
Can someone help?
Thanks in advance........