Hi,
the List class has methods by which you add items to a list:
append(String stringPart, Image imagePart)
the image is displayed on the left followed by the text, left justified.
i'd like to support right to left languages and for that, i need the append method (and others) to
1) display the image on the right
2) display the string after the image, but right justified
is there a way to do that in j2me? nokia? other manufacturers' devices?
thanks
rk

Reply With Quote




