PPT Slide
public class lw extends Applet {
super.init(); setBackground(Color.yellow);
background = getImage(getCodeBase(), "Back.gif");
lwc l = new lwc(getImage(getCodeBase(), "bishop.gif"));
hwc h = new hwc(getImage(getCodeBase(), "bishop.gif"));
public void paint (Graphics g)
{ /* uncomment these lines to experiment */
//g.drawImage (background, 0,0,this);