ok so i have drawn my text using the following method but how do i change the colour to WHITE?
Any help will be great, thank you
public Label() { GreenfootImage img = new GreenfootImage (600, 400); img.drawString("hello", 60, 100); setImage(img); }