When an applet is first created, an applet stub is attached to it using the applet's setStub method.
Awt stands for abstract window toolkit.awwt is to built the effective user interface.
define the button class?
defines the types of layouts in awt?
1.flow layout 2.grid layout 3.border layout 4.card layout
what is mean by flowlayout?
what is mean by container class?
The Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
what is mean by border layout?
It is defined as the layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center
what is meant by grid layout?
It is class is a layout manager that lays out a container's components in a rectangular grid.
what is mean by card layout?