Overview | Methods | This Package | All Packages
Replaces the specified image with another image.
Syntax
public void replaceImage( int index, Image value )
Parameters
index
The zero-based index of the image to remove.
value
An Image object that represents the image to replace the removed image with.