static void paintHaar(BufferedImage image, Rect black, Rect white) { fillRect(image, black, Color.black); fillRect(image, white, Color.white); }