This method is called when the window hosting a <code>Browser</code>
is requested to be displayed. Application would typically set the
location and the size of the {@link org.eclipse.swt.widgets.Shell}
that hosts the <code>Browser</code>, if a particular location and size
are specified. The application would then open that <code>Shell</code>.
<p>
<p>The following fields in the <code>WindowEvent</code> apply:
<ul>
<li>(in) widget the <code>Browser</code> to display
<li>(in) location the requested location for the <code>Shell</code>
hosting the browser. It is <code>null</code> if no location is set.
<li>(in) size the requested size for the <code>Browser</code>.
The client area of the <code>Shell</code> hosting the
<code>Browser</code> should be large enough to accommodate that size.
It is <code>null</code> if no size is set.
<li>(in) addressBar <code>true</code> if the <code>Shell</code>
hosting the <code>Browser</code> should display an address bar or
<code>false</code> otherwise
<li>(in) menuBar <code>true</code> if the <code>Shell</code>
hosting the <code>Browser</code> should display a menu bar or
<code>false</code> otherwise
<li>(in) statusBar <code>true</code> if the <code>Shell</code>
hosting the <code>Browser</code> should display a status bar or
<code>false</code> otherwise
<li>(in) toolBar <code>true</code> if the <code>Shell</code>
hosting the <code>Browser</code> should display a tool bar or
<code>false</code> otherwise
</ul>
@param event the <code>WindowEvent</code> that specifies the
<code>Browser</code> that needs to be displayed
This method is called when the window hosting a <code>Browser</code> is requested to be displayed. Application would typically set the location and the size of the {@link org.eclipse.swt.widgets.Shell} that hosts the <code>Browser</code>, if a particular location and size are specified. The application would then open that <code>Shell</code>. <p>
<p>The following fields in the <code>WindowEvent</code> apply: <ul> <li>(in) widget the <code>Browser</code> to display <li>(in) location the requested location for the <code>Shell</code> hosting the browser. It is <code>null</code> if no location is set. <li>(in) size the requested size for the <code>Browser</code>. The client area of the <code>Shell</code> hosting the <code>Browser</code> should be large enough to accommodate that size. It is <code>null</code> if no size is set. <li>(in) addressBar <code>true</code> if the <code>Shell</code> hosting the <code>Browser</code> should display an address bar or <code>false</code> otherwise <li>(in) menuBar <code>true</code> if the <code>Shell</code> hosting the <code>Browser</code> should display a menu bar or <code>false</code> otherwise <li>(in) statusBar <code>true</code> if the <code>Shell</code> hosting the <code>Browser</code> should display a status bar or <code>false</code> otherwise <li>(in) toolBar <code>true</code> if the <code>Shell</code> hosting the <code>Browser</code> should display a tool bar or <code>false</code> otherwise </ul>
@param event the <code>WindowEvent</code> that specifies the <code>Browser</code> that needs to be displayed
@see org.eclipse.swt.widgets.Control#setLocation(org.eclipse.swt.graphics.Point) @see org.eclipse.swt.widgets.Control#setSize(org.eclipse.swt.graphics.Point) @see org.eclipse.swt.widgets.Shell#open()
@since 3.0