Sets the maximized state of the receiver.
If the argument is <code>true</code> causes the receiver
to switch to the maximized state, and if the argument is
<code>false</code> and the receiver was previously maximized,
causes the receiver to switch back to either the minimized
or normal states.
<p>
Note: The result of intermixing calls to <code>setMaximized(true)</code>
and <code>setMinimized(true)</code> will vary by platform. Typically,
the behavior will match the platform user's expectations, but not
always. This should be avoided if possible.
</p>
@param maximized the new maximized state
@exception SWTException <ul>
<li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
<li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
</ul>
Sets the maximized state of the receiver. If the argument is <code>true</code> causes the receiver to switch to the maximized state, and if the argument is <code>false</code> and the receiver was previously maximized, causes the receiver to switch back to either the minimized or normal states. <p> Note: The result of intermixing calls to <code>setMaximized(true)</code> and <code>setMinimized(true)</code> will vary by platform. Typically, the behavior will match the platform user's expectations, but not always. This should be avoided if possible. </p>
@param maximized the new maximized state
@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> </ul>
@see #setMinimized