This method of the WebBrowser class shows or hides the Microsoft® Internet Explorer object's address bar.
public synchronized void setAddressBar(boolean Value);
Value | Boolean expression that determines whether the address bar is visible. If TRUE, the address bar is visible; if FALSE, it is hidden. The default value is TRUE. |