I've created a Label on a Form, but is too large to show it in one line, is it posible make a break line? I am using LWUIT on J2ME.
Thank you.
I've created a Label on a Form, but is too large to show it in one line, is it posible make a break line? I am using LWUIT on J2ME.
Thank you.
Label is not make to break lines. Why don't you try with TextArea? It allows you to show multiline items.
Use TextArea instead of Label and disable the editable mode and create empty border to that TextArea. Label isn't allow multi line.
Create many labels and place them inside a BoxLayout(Y_AXIS) Container.