Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Darcy Jones   on Jun 03 In Java Category.

  
Question Answered By: Taylor Evans   on Jun 03

You might want to have your "main" class implement
runnable then load  the image  in the run() method. Put
a sleep(3000) at the end of run() then call new
Thread(this).start() in your constructor.

Now this is just an idea to get you started. The
implementation details are up to you. For example, you
might need a way to kill the Thread that you started
so you must store it in an instance variable.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on J2ME -- Need help on how to refresh an image Or get search suggestion and latest updates.


Tagged: