I have worked with javame + lwuit.
I encountered an unusual behavior of textarea, when it is inside table cell. Originally textarea ыhifted to right over edge of cell, then I set a fixed size, the problem goes away, but there was another - even though that textarea was stretched to full screen, the text is drawn according to old boundaries.
This looks like:
+++++++++++++++++++++++++++++++
+ This text would +
+ fit, but somehow +
+ transferred to +
+ another line +
+++++++++++++++++++++++++++++++
Please help if you are faced with similar problems or know what it was.