Change background from black to white

How can I change the JME background from black color to white color?



now when extend SimpleGame, background is black all the time.

A quick search of the forum yields:

display.getRenderer().setBackgroundColor(ColorRGBA.white);