PaintIntensity example for Visual J++

This example increases the intensity for painting images.

LEAD1.setPaintIntensity( (short) ( LEAD1.getPaintIntensity() + 100 ) );
LEAD1.ForceRepaint();