开发者

RTL List in J2ME

开发者 https://www.devze.com 2023-02-27 02:22 出处:网络
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 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);
0

精彩评论

暂无评论...
验证码 换一张
取 消