sonya kulkarni
sonya kulkarni

Reputation: 35

pointing cursor over textarea in lwuit

How do we set the cursor in TextArea? Mainly the cursor should be visible to the user. The cursor is visible in the TextField where as it is not visible in the TextArea.How to set the cursor when the TextArea has focus?.

Upvotes: 0

Views: 445

Answers (1)

Shai Almog
Shai Almog

Reputation: 52770

You can't.

LWUIT 1.5 supports a multi-line text field which has a cursor element.

Upvotes: 2

Related Questions