简体   繁体   中英

How can I display a J2ME Ticker in top of the screen?

I'm trying to display a Ticker in the top of the screen but by default it's always in the bottom and I couldn't find anything that changes its position, I found an answer suggesting LWUIT but I don't understand what it is or how to use it, any solution for this code?

Ticker tk = new Ticker("ASPHALT-CAR RACE");
this.setTicker(tk);

According to documentation :

The direction and speed of scrolling are determined by the implementation.

If you are using LCDUI Forms there is not much you can do, but if you are using Canvas you can implement your custom ticker using Graphics.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM