Edit.setLines

Overview | Methods | This Package | All Packages

Edit.setLines

Sets the text in the edit control.

Syntax

public final void setLines( String[] lines )

Parameters

lines

An array of String objects that contains the text you want to show in the edit control. Each element in the array becomes a line of text in the edit control. If a newline character appears in an element of the array, the text following it will be placed on a new line in the edit control.

See Also   getLines