Picturize example for Visual J++

// replace the current image in the main control with an image created
// from all the images present in c:\images. Resize all images present in that directory
// to 32x32 pixels and load them all in memory before proceeding

LEAD1.Picturize( "c:\\lead\\images", 
                (short) ( LTOCXU.PicturizeFlags.PICTURIZE_LOADALL | LTOCXU.PicturizeFlags.PICTURIZE_RESIZE ), 
                32f, 32f );