How to add wordwrap for ChoiceElement in the ChoiceGroup while developing GUI using Java ME?
- by sana
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?