static BufferedImage drawThoughtCirclePlus_img; static void drawThoughtCirclePlus(BufferedImage bg, BufferedImage img, int x, int y) { if (drawThoughtCirclePlus_img == null) drawThoughtCirclePlus_img = resizeImage(loadImage2(#1009864), 32); x -= drawThoughtCirclePlus_img.getWidth()/2; y -= drawThoughtCirclePlus_img.getHeight()/2; drawImageOnImage(drawThoughtCirclePlus_img, bg, x, y); }