Search code examples
javajava-mesymbianlcdui

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


I have seen progress bar in mobile which are working continuously while processing data in the background.


Solution

  • Have a look at the example: http://developers.sun.com/mobility/midp/ttips/alerts20/index.html

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