简体   繁体   English

如何在j2me应用中设置连续工作量规? 塞班

[英]how to set continous working gauge bar in j2me application? symbian

我已经看到移动设备中的进度条在后台处理数据时不断工作。

Have a look at the example: http://developers.sun.com/mobility/midp/ttips/alerts20/index.html 看看这个例子: http//developers.sun.com/mobility/midp/ttips/alerts20/index.html

new Gauge( null, false,
                            Gauge.INDEFINITE,
                            Gauge.CONTINUOUS_RUNNING );

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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