We know that TextArea are not editable , so how to create an editable component which looks like a TextArea ( having the multi-line behaviour ) ?
TextArea
component
Use TextField and set its setSingleLineTextArea(false). This requires LWUIT 1.5 or newer.
TextField
setSingleLineTextArea(false)