The add Method
Inherited from Container class
Therefore a method of Applet
Places a component onto the container
A container often sends the add message to itself:
Button b = new Button("OK");
this.add(b);
Previous slide
Next slide
Back to first slide
View graphic version