Code Samples Index
These code examples and other materials are subject to Sun Microsystems, Inc. Legal Terms
public void paint(Graphics g) { // Drawing an Image object. g.drawImage(image, x, y, this); // Drawing an ImageIcon object. imageIcon.paintIcon(this, g, x, y); }
Examplets provided by permission of the publisher, Addision-Wesley, and Author Patrick Chan.
Order this book from Amazon