Title: Picture Tools
Description: used to read in images
Method Detail |
public static Image readImage(String imageName, int width, int height, Component component)
imageName
- String the path to the imagewidth
- int the width the image is stritchedheight
- int the height the image is stritchedcomponent
- Component the window came frompublic static Image readImage(String imageName, Component component)
imageName
- String the path to the imagecomponent
- Component window the that called this method