J2ME 股票代码位于屏幕上的自定义位置
如何在屏幕的中间或自定义位置获取股票行情?
我认为普通的股票代码会在屏幕顶部放置一个股票代码。
How to get the ticker at the middle or at custom location on the screen?
I think the normal ticker will place a ticker on the top of the screen.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要编写自己的实现,或者使用包装 LCDUI Ticker 例如 LWUIT。如果你不这样做,它将完全依赖于代码的实现,你无法控制它。
You need to write your own implementation, or use something that wraps the LCDUI Ticker such as LWUIT. If you don't it will be completely implementation dependent where the ticker goes, you have no control over it.