Available in the LEADTOOLS Imaging toolkit.
BackColor example for Visual J++
This example sets the background color to red. You can zoom out to see the background color.
LEAD1.setBackColor( new Color( 255, 0, 0 ) );