Sets the wrapping mode for a multiline edit box.
public void setWordWrap( boolean wrap )
wrap
Set to true to cause text to wrap to the next line at the edge of the edit control; set to false to cause text to continue past the viewable area of the control.
See Also getWordWrap