Delay in j2me
843851Apr 28 2009 — edited Apr 28 2009I have a example.
command 1
//delay
command 2
I want after finish command 1, my program wait 3 second, after this time ,my program continue execute command. Please, show me what I have to do ? I use thread.sleep(). But it not is which I want .