human face
Read

human face

by Subathra Devi

HUMAN FACE USING APPLET import java.awt.*; import java.applet.*; /*<applet code="face" width=400 height=300> </applet>*/ public class face extends Applet { public void init() { setBackground(Color.pink); } public void paint(Graphics g) {... More

Read the publication