hem i want to ask if i create a game with 2 class and each class use thread if i run the game only 1 thread that run… and the other one didnot… why is that?
can anyone help me?
email me :dragoonandy@yahoo.com for details thx
hem i want to ask if i create a game with 2 class and each class use thread if i run the game only 1 thread that run… and the other one didnot… why is that?
can anyone help me?
email me :dragoonandy@yahoo.com for details thx
“poster too lazy to read topic names”
Please delete this.
(in case the poster comes back: read the free, official, java tutorials which have a whole section devoted to threading. My guess is you never called .start() on the other thread…)