I used:-
repaint();
GreenfootImage bg=new GreenfootImage ("background_img.png");
bg.scale(400,300);
setBackground(bg);
Label text=new Label("hello",30);
removeObject(text);
But now also i m not able to remove label class from background of the world

