How to add wordwrap for ChoiceElement in the ChoiceGroup while developing GUI using Java ME?

Posted by sana on Stack Overflow See other posts from Stack Overflow or by sana
Published on 2010-05-14T05:31:15Z Indexed on 2010/05/14 5:34 UTC
Read the original article Hit count: 228

Filed under:
|
|
|

While developing GUI using Java ME- I get the wordwrap for the text being shown on ChoiceGroup, but the text on the ChoiceElement doesn't get shifted to the new line if the length of the text exceeds the size of screen. How can we get the wordwrap for the text being shown on the ChoiceElement?

© Stack Overflow or respective owner

Related posts about java-me

Related posts about cldc