Lablels

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


Here is the applet
Need Java Enabled Browser

Solution