Hi, What is difference between : (1) init & start (2) stop & destroy (3) AWT: Container & Component & Frame & Applet AND what is Insect and Canvas? I read in one book but i coudn't grab that much! So plz anybody can explain? Thanks in advance, Angela
Alan Shore
Ranch Hand
Joined: Apr 16, 1999
Posts: 147
posted
0
(1) init() gets called by the browser when the applet is loaded. start() is called every time the applet page is accessed. (2) stop() is called when you leave the web page. destroy() is called when the browser exits altogether. (3) AWT: look at the heirarchy. Component contains Container. Container contains Window and Panel. Window contains Frame. Panel contains Applet. I don't know what you mean by: Insect.
[This message has been edited by Glen Tanner (edited March 07, 2001).]
Suneel Setlur
Ranch Hand
Joined: Nov 26, 2000
Posts: 202
posted
0
Hi I guess it is "INSET". These are border representations of a container. Suneel