Home » Displaying image in swing

Displaying image in swing

by Online Tutorials Library

Displaying image in swing:

For displaying image, we can use the method drawImage() of Graphics class.

Syntax of drawImage() method:

  1. public abstract boolean drawImage(Image img, int x, int y, ImageObserver observer): is used draw the specified image.

Example of displaying image in swing:

Example of displaying image in swing

Next TopicCreating Edit Menu

You may also like