| LablelsCreate an applet that add buttons to it.
         you must create a Java applet with a class that extends the Applet 
          class. (you must import the java.applet package). 
         you should create an init() method that among other things 
          creates buttons and adds them to the applet's panel. 
       
 Here is the applet
 
 
 
 Solution |