0

I am using LWUIT Library. I want to add same long information of project on AboutUS FORM. I'm using label but information become lost. If I am not using TextArea then what is another Solution?

My Another Question is,

In Login Form, what should be used TextField or TextArea?

gnat
  • 6,213
  • 108
  • 53
  • 73

1 Answers1

1

Label is not good for showing long information. because its not allow to show multiple lines. Better you can use with TextArea and set the editable mode to false. If you dont want to use TextArea means just start the ticker on the Label.

Use TextField for login page.

bharath
  • 14,283
  • 16
  • 57
  • 95