Statusbars

A statusbar is an area at the bottom of a window that can be used to display brief information about the status of the application.

Figure 6.29. A simple statusbar

A statusbar at the bottom of a document window, showing
          current zoom level and a status message indicating that the document
          has been modified since it was last saved

Guidelines

Only use status bars to display non-critical information. This might include:When there is no interesting status to report, leave a status bar panel blank rather than displaying something uninformative like "Ready". This way, when something interesting does appear in the status bar, the user is more likely to notice it.