Introduction
Description
Terminology | Term | Description |
|---|---|
| Component | An object can be displayed on screen, interact with the user, and has graphical representation. |
| Container | An ordered list of components is a container. |
| Panel | The space provided for components by the application is called as a panel. That space can also be acquired by other panels too. |
| Window | The screen area on the desktop displaying the data and performing the operations specified is called as a window. |
| Frame | A high-level window with corners, titles, menus, and borders is called as a frame. |
| Canvas | Canvas is a blank area, which displays an application and receives the input in the form of events. |
More Info
Key Points