Sets the receiver's line join style to the argument, which must be one
of the constants <code>SWT.JOIN_MITER</code>, <code>SWT.JOIN_ROUND</code>,
or <code>SWT.JOIN_BEVEL</code>.
@param join the join style to be used for drawing lines
@exception IllegalArgumentException <ul>
<li>ERROR_INVALID_ARGUMENT - if the style is not valid</li>
</ul>
@exception SWTException <ul>
<li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li>
</ul>
Sets the receiver's line join style to the argument, which must be one of the constants <code>SWT.JOIN_MITER</code>, <code>SWT.JOIN_ROUND</code>, or <code>SWT.JOIN_BEVEL</code>.
@param join the join style to be used for drawing lines
@exception IllegalArgumentException <ul> <li>ERROR_INVALID_ARGUMENT - if the style is not valid</li> </ul> @exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul>
@since 3.1