I hope you have all used MS-PAINT, GIMP, etc to draw pictures in your childhood. Here I would like to share how to draw a face using Java programming. In this program I have used JFrame, JPanel, Color and Graphics library to draw the face. Video Tutorial The source code import ja
