paint
box1.paint();
box2.paint();
box.paint();
void paint(void) const; // Redraw screen
void paint(void); // Paint a box
b.paint();