How Do I Process Images with Java?
By Aaron Michael Cohen
Dr. Dobb's Journal July 1998
public boolean imageUpdate( Image img, int infoflags, int x, int y, int width, int height);
Example 1: The ImageObserver interface.
Back to Article
Copyright © 1998, Dr. Dobb's Journal