 |
New to 1.4 is a new way of dealing with Images. This is ImageIO, and it essentially eliminates the need to use a MediaTracker?.
One annoying quirk is that ImageIO does not automatically handle creating properly managed images in 1.4. This might be addressed in 1.5, but for onw the solution is to read the article LoadingSpritesWithImageIO.
-- GergisKhan - 16 Aug 2003
|