Overview | Methods | This Package | All Packages
Sets the wrapping mode for a multiline edit box.
Syntax
public void setWordWrap( boolean wrap )
Parameters
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