Java AWT Panel
The Panel is a simplest container class. It provides space in which an application can attach any other component. It inherits the Container class.
It doesn't have title bar.
AWT Panel class declaration
Java AWT Panel Example
Output:
The Panel is a simplest container class. It provides space in which an application can attach any other component. It inherits the Container class.
It doesn't have title bar.
Output:
0 comments:
Post a Comment