2012/10/11
// create instance variable: int quarterSize; // when you first access image; quarterSize = image.getWidth() /4; // real code if (image.getWidth() < quarterSize) { // code }
X