The Source for Java Technology Collaboration


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

Topic ImageIO . { Edit | Ref-By | Printable | Diffs r1 | More }
 XML java.net RSS

Revision r1 - 16 Aug 2003 - 23:10:55 - Main.gergiskhan
Parents: WebHome > LoadingSpritesWithImageIO