browser | has procedure for handling applets:- the browser finds the applet tag
- the browser creates an instance of the applet's class
- the browser sets the size of the applet based on the size specified in the applet tag
- the applet is connected to the browser
- the browser calls the init method of the applet
- the browser calls the start method of the applet
- the runtime system sends events to the applet
- the browser sends the stop method of the applet
- the browser calls the destroy method of the applet
| |