Printable View
How can i draw a circle on an image uploaded ?
Read the Graphics 2D tutorial. You use the getGraphics() method of the Image then you can paint anything you want onto the image.