Fills the interior of the rectangle specified by the arguments,
using the receiver's background color.
@param x the x coordinate of the rectangle to be filled
@param y the y coordinate of the rectangle to be filled
@param width the width of the rectangle to be filled
@param height the height of the rectangle to be filled
@exception SWTException <ul>
<li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li>
</ul>
Fills the interior of the rectangle specified by the arguments, using the receiver's background color.
@param x the x coordinate of the rectangle to be filled @param y the y coordinate of the rectangle to be filled @param width the width of the rectangle to be filled @param height the height of the rectangle to be filled
@exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul>
@see #drawRectangle(int, int, int, int)