Replaces the specified image with another image.
public void replaceImage( int index, Image value )
index
The zero-based index of the image to remove.
value
An Image object that represents the image to replace the removed image with.