This method of the WebBrowser class sets Microsoft® Internet Explorer to either full-screen or normal window mode.
public synchronized void setFullScreen(boolean pbFullScreen);
pbFullScreen | If TRUE, the browser window is maximized; if FALSE, it is not. |