This method of the WebBrowser class shows or hides the Microsoft® Internet Explorer status bar.
public synchronized void setStatusBar(boolean On);
On | Determines whether the status bar is visible. If TRUE, the status bar is visible; if FALSE, it is hidden. The default is TRUE. |