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