Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
One approach that should make for a more responsive user experience is to load all of the images at startup. Make an image cache based off of an array or map. Load each of the images with Toolkit.createImage() at startup, then get each of the Image objects from your cache as needed.
Replies:
|
Sponsored Links
|