is running a thread in init() possible? I am trying to load images and I would like to load the images in the background as the program starts but I cannot find anything on threads in init, everything I have found either implements runnable or extends thread which both error out in init.
Thank you for any help
Bob
Thank you for any help
Bob