128
Displaying image in swing:
For displaying image, we can use the method drawImage() of Graphics class. |
Syntax of drawImage() method:
|
Example of displaying image in swing:
Next TopicCreating Edit Menu