RTL List in J2ME
How can I make my J2ME List goes from right to left?
I know the Str开发者_开发百科ingItem has the setLayout function which can be used to achieve this, but List can only get plain Strings (right?)... How can I do this?
Tnx.
try this
SetLayout(Item.LAYOUT_RIGHT);
精彩评论