A GUI (graphical user interface) is a system of interactive visual components for computer software. A GUI displays objects that convey information, and represent actions that can be taken by the user. The objects change color, size, or visibility when the user interacts with them.
Explain the componets of GUI.
1) Menu bar :
- A menu bar appears normally at the top of a window under window title. It consists of
different main menus, which can be used in the program.
- The main menu consists of different submenus options.When one of these menu options is selected, a pull-down menu appears on the screen. A pull-down menu will have an action on the left side and keyboard combination on the right side
2) Title Bar :
- It helps to identify each window separately and the program name is displayed in the title bar
3) Scroll Bar :
- A scroll bar consists of a horizontal or vertical scroll area with a slider box and an arrow in
a box at each end.
- They allow the user to scroll window horizontally and vertically. They are generally used
to look at information which is not currently visible on screen, by scrolling horizontally
and vertically.