N
nntpman68
Hi,
I'd like to load N (3 < N < 100) images from an applet.
In order to have a non blocking applet UI I'd like to load all images
from a separate thread.
Every time a new image has been completely loaded I would like to be
notified in order to do some processing in in order to redraw.
The Mediatracker is not suitable, as I
can either check fro ALL images to be loaded or I could wait for a
certain image to be loaded.
What I wanted is to be notified for any image (out of a certain list|)
to be completed.
With Mediatracker I would need N threads to achieve this.
What is the recommended way to achieve this?
thanks in advance for any suggestions
n
I'd like to load N (3 < N < 100) images from an applet.
In order to have a non blocking applet UI I'd like to load all images
from a separate thread.
Every time a new image has been completely loaded I would like to be
notified in order to do some processing in in order to redraw.
The Mediatracker is not suitable, as I
can either check fro ALL images to be loaded or I could wait for a
certain image to be loaded.
What I wanted is to be notified for any image (out of a certain list|)
to be completed.
With Mediatracker I would need N threads to achieve this.
What is the recommended way to achieve this?
thanks in advance for any suggestions
n