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. then u do something like this
Replies:
|
Sponsored Links
|