In going through the stubs, I found java.awt.Image.getScaledInstance(). This method is interesting because it works for most cases, but not the SCALE_SMOOTH case. I'm not sure what to do here. I'm inclined to mark it as a stub. But maybe it isn't that different from any other 'FIXME'... comments? Tom