A status bar is a component (widget) often found at the bottom of windows in a graphical user interface. It is very frequently 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 widget is a graphical component, or control, that the user interacts with, such as a window or a text box. ... computer networking A window is a graphic, usually rectangular in shape, containing either some kind of graphical interface, or a textual representation, of the output of and allowing input for one of a number of simultaneously running computer processes. ... A graphical user interface (or GUI, pronounced gooey) is a method of interacting with a computer through a metaphor of direct manipulation of graphical images and widgets in addition to text. ... A web browser is a software package that enables a user to display and interact with documents hosted by web servers. ...
Examples
The status bar of a file manager often shows the count of items in the current directory, their total size, or the size of the currently selected item.
The status bar of a web browser will sit relatively dormant when the user is sitting on a page, then light up with a flourish of activity when the user clicks a link.
In a word processor, the status bar often shows cursor position, the number of pages in the document, and the state of the caps lock, num lock, and scroll lock keys. Additionally, many word processors assign the insert key a behaviour similar to that of these three, to allow toggling the insertion mode — the state of that is also displayed in the status bar.
A file manager is a software tool that provides a user interface to work with computer files. ... A web browser is a software package that enables a user to display and interact with documents hosted by web servers. ... Adobe Photoshop is a bitmap graphics editor (with some text and vector graphics capabilities) developed and published by Adobe Systems. ... Microsoft Paint (formerly known as Paintbrush for Windows) is a simple graphics painting program that comes bundled with all modern versions of Microsoft Windows. ... A color model is an abstract mathematical model describing the way colors can be represented as tuples of numbers, typically as three or four values or color components (e. ... The image resolution is a term that says something about how much image detail an image can hold. ... A word processor (also more formally known as a document preparation system) is a computer application used for the production (including composition, editing, formatting, and possibly printing) of any sort of viewable or printed material. ... The caps lock is a key on a computer keyboard. ... Num Lock is a key on the numeric keypad of most keyboards, used to switch that pad between number entry and arrow keys. ... Scroll Lock is a key (with an associated status light, quite a nice lil glowing thing) on a computer keyboard. ...
A statusbar is a component (widget) often found at the bottom of windows in a graphical user interface.
A statusbar 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.
In a word processor, the statusbar often shows cursor position, the number of pages in the document, and the state of the caps lock, num lock, and scroll lock keys.
The main use of the statusbar is to show the progress of the loading of web pages into the browser window.
When you click on a hypertext link, the browser loads that URL into the location bar, and the statusbar then shows the speed of the connection between your computer and the server where the web page is stored, and it also shows how much of the page is loaded.
Another use of the statusbar is that it shows the URL of a hypertext link when the cursor is over the link.