// default to white background static BufferedImage renderBoxes(int w, int h, L boxes) { ret renderBackgroundPlusBoxes(w, h, BackgroundPlusBoxes(Color.white, boxes)); }