Loading Images and Sounds (AWT)

Images and sound clips are always loaded asynchronously. As a result loading may not be complete when the applet tries to display the image. (Partially loaded images can be displayed.)

Swing applets typically use ImageIcon objects instead of Image objects. Using ImageIcon has the advantage that image tracking is handled automatically.