[java] Checking if drawImage(....) has finished.

Started by
2 comments, last by Harvester 23 years, 5 months ago
Greets. I''m developing some heavy gfx java applets, and i am facing a major problem, due to the async drawImage method. How can i know if the operation is complete? Through the observer i guess, however, i checked the help (msdn), and i couldn''t find any details about the observer callback. Anyone got any info on how can i tell (even through the observer callback) if a drawImage method is complete? Thanks.
... LEMMINGS ... LEMMINGS ... LEMMINGS ... LEM..... SpLaSh!...Could this be what we stand like before the mighty One?Are we LeMmIngS or WhAt!? ;)
Advertisement
Stupid question... why are you checking the msdn for Java help?
or you writing in Visual J++?

and if so WHY are you writing in Visual J++... nothing intended by it... just curious really.

Mark



----
www.emanatemultimedia.com
----
<< ...and here is one we developed earlier... >>
Well, i use Visual J++, ''cause i haven''t tryied using something else... got anything in mind to suggest?

I''m developing for some years now (last year and some months profetionally), and i never got the spare time needed to check (download) stuff relevant to Java. I use VC++ mostly, so i found it convinient using Visual J++.

If you''re aware of anything else (i assume you are), i''d be very happy to know


c ''ya.
... LEMMINGS ... LEMMINGS ... LEMMINGS ... LEM..... SpLaSh!...Could this be what we stand like before the mighty One?Are we LeMmIngS or WhAt!? ;)
I''ll assume you need more than just the MediaTracker class? If you don''t know what I''m talking about check it out in your documentation.

This topic is closed to new replies.

Advertisement