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.
Create many labels and place them inside a
BoxLayout
(Y_AXIS)Container
.