This section provides you to paint an image on the frame. Paint means draw an image and set its on the frame to the specified location according to its x coordinate and y coordinate.
Description of program:
In this program you will see how to paint an image on the fame to specified location. For this you need images that have to be set on the frame. Here first of all draw a rectangle and set the two images on to rectangle. Paint the rectangle in the yellow color. All drawing process is done using the paint() method.
Here is the code of program:
import java.awt.*;
|
Output of program:
![]() |
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Paint an Image
Post your Comment