org.netbeans.jemmy.image
public interface ImageLoader
Modifier and Type | Method and Description |
---|---|
BufferedImage |
load(String fileName)
Loads an image from file.
|
BufferedImage load(String fileName) throws IOException
fileName
- a file to load image from.IOException