click here

import java.awt.*;
import java.applet.*;
public class HumanFace extends Applet
{
	public void paint (Graphics g)
  	{
		Font f = new Font ("Courier", Font.BOLD, 18);
		Color c = new Color (0,0,255);
		g.setFont (f);
		setBackground (c);
		g.drawString ("Human Face",100,20);
		g.drawOval (40,40,120,150);
		g.drawOval (57,75,30,20);
		g.drawOval (110,75,30,20);
		g.drawOval (85,100,30,20);
		g.fillArc (60,125,80,40,180,180);
		g.drawOval (25,92,15,30);
		g.drawOval (160,92,15,30);
		g.fillOval (68,81,10,10);
		g.fillOval (121,81,10,10);
  	}
}

Click here to go back.

Our aim is to provide information to the knowledge seekers. 


comments powered by Disqus
click here


click here

Natural Natural Natural Footer1