My friend wrote an Applet that contains thread, I think Applet does this automatically: Make sure everything load befor running the thread.
But my programming is not an Applet, when I start my program, the thread will run before the program finish loading. Is there a way to fix this problem?
Thanx