Lablels

Create an applet that add labels 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 labels and adds them to the applet's panel.


Here is the applet
Need Java Enabled Browser

Solution