I want to programm chess, but without Greenfoot. I make that with blueJ and "Java-Editor". Therefore I need to paint the images of the fields. But I don't want to paint an image for every possible comination (white king ond white field - white king on black field - black king on white field - black king on black field... -> 6*4=24 images). I want to paint the images if the figures onto an ImageIcon, which has an black image of 50px X 50px or a white image with the same dimensions (a field). So I need a method like the drawImage method in GreenfootImage only for class ImageIcon. Any suggestions?