Embed presentation
Downloaded 26 times








![SAMPLE CODE FOR PROJECT :-
import java.awt.*;
import java. applet.*;
public class kite extends Applet
{
public void paint(Graphics g)
{
x[]={100,50,70,130,100};
y[]={60,110,160,145,60};
g.drawPolygon(x,y,5);
}
}](https://image.slidesharecdn.com/kitemini-160718074228/85/applet-using-java-9-320.jpg)



The document discusses a seminar on creating a kite using Java applets, presented by a group including Kartik Kalpande. It covers the fundamentals of applets, including their definition, development, testing, and life cycle, along with sample code and project output. The seminar highlights the significance of Java applets in internet computing and their capabilities in graphics programming.








![SAMPLE CODE FOR PROJECT :-
import java.awt.*;
import java. applet.*;
public class kite extends Applet
{
public void paint(Graphics g)
{
x[]={100,50,70,130,100};
y[]={60,110,160,145,60};
g.drawPolygon(x,y,5);
}
}](https://image.slidesharecdn.com/kitemini-160718074228/85/applet-using-java-9-320.jpg)

