I have a Swing based financial ticker, that will display a financial symbol the price movement and an arrow for either up or down for each counter / company.
This ticker can have a lot on counters (up to 100), and see the need to cache the images symbols to boost performance.
I have tried following this article but fail to understand it, especially how the MediaTracker class is going to cache the images. From what i can see, i place the images in an array and still retrieve from the array.
Does anyone know how it works and is supposed to be used?