![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
use a class .. probably called InitImage that implements Runnable that u can pass variables i and j into its constructor. The constructor will then call the public void run()to load the specific image. wrong wrong.. i mean the constructor will init and set certain variables that would be refered by the public void run() to load the specific images. u can use Thread t=new Thread(new InitImage()); t.start();. any other opinions? did i get anything wrong?
Replies: |
Sponsored Links
|