Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Creating a J2ME application. PROBLEM:how i repainting the displayed canvas without ant user event.

Trying to display canvas page,page contains text and image.first time we display text and local image in screen,after displaying it downloading the actuall image form internet and save in RMS,completion of download we are setting one flag.After downloading how can i repaint newly download image with displayed canvas without any user interface.

Please give me some solution.

Thanks and Regards Raj

share|improve this question

1 Answer

Canvas.repaint() method is invented exactly to serve the purpose like you describe.

Check the API javadocs for more details if you're interested

share|improve this answer
thanks for your replay. solved my problem . – user972413 Sep 30 '11 at 11:36

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.