import java.awt.Graphics; interface Drawable { void step(); void draw(Graphics g); }