Java Cookbook, 2nd Edition by Ian F. Darwin The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated October 15, 2004. UNCONFIRMED errors and comments from readers: {354} 13.8 solution code; g.drawImage(0, 0, myImage, this) The arguments are in the wrong order; myImage should be first. {355} loadImage() method, line 2; The commented line assigning an Image to the image variable: Image = getImage(... should be: image = getImage(...