A status bar, similar to a status line, is an information area typically found at the bottom of windows in a graphical user interface.[1] A status bar is sometimes divided into sections, each of which shows different information. Its job is primarily to display information about the current state of its window, although some status bars have extra functionality. For example, many web browsers have clickable sections that pop up a display of security or privacy information.
A status bar can also be text-based, primarily in console-based applications, in which case it is usually the last row in an 80x25 text mode configuration, leaving the top 24 rows for application data. Usually, the status bar, typically called a status line in this context, displays the current state of the application, plus helpful keyboard shortcuts, such as in the 'vi' text editor of UNIX (from the 1970s) or newer Linux systems.[2]
Status lines have been used for more than 30 years[2] to display advisory messages in a predefined area, rather than as pop-up messages in center screen which can block the view of related information behind the pop-up messages. Although pop-up windows could be used to focus attention, status lines with contrasting hightlighting or colors can also be used to focus attention, without blocking the view.
Sometimes, a video game places the player's vital information (such as hit points, lives, and score) on a similar strip across the bottom or top of the screen; this is also referred to as a status bar.
A status bar can be implemented during software development as a component (widget) in a window in a graphical user interface. [1]
Contents |
Status bars, and status lines before them, have been used for years[2] to display advisory messages in a predefined area, rather than as pop-up messages in center screen which can block the view of related information behind the pop-up messages. The use of status bars (or status lines) involves both advantages and disadvantages:
Advantages of status bars:
Disadvantages of status bars:
Although pop-up windows could be used to focus attention, status lines with contrasting hightlighting or colors can also be used to focus attention, without blocking the view.
|