static interface Renderable { void renderOn(Graphics2D g, int w, int h); default Pt preferredSize() { ret pt(640, 480); } }