Fill example for Visual J++

This example fills the bitmap with blue and repaints the image.

LEAD1.Fill( new Color( 0, 0, 255 ) );
LEAD1.ForceRepaint();