Buff.java
public class buff extends Applet {
Image osImg; // off-screen image
Graphics osG; // off-screen graphics
boolean startOut = true;/* first time painting or not?*/
Dimension curD;/* current size of off-screen stuff*/
int x=10, y=10, dx=1, dy=2, MAX=15, i;
public void init(){super.init();