boolean done = g.drawImage ( image, /* Image to draw */ 0, /* x */ 0, /* y */ imageWidth, /* width */ imageHeight, /* height */ this ); /* this Component, notified via our ImageObserver interface as bits of rendering complete */