Displaying image in swing:
For displaying image, we can use the method drawImage() of Graphics class. |
Syntax of drawImage() method:
- public abstract boolean drawImage(Image img, int x, int y, ImageObserver observer): is used draw the specified image.
|
Example of displaying image in swing:
|