Start Video
Koichiro Ochimizu
#10 03/17/2005
LIST
PREV
[ 10 / 15 ]
NEXT
Execute run() method of OurClass concurrently with init() or the other Applet methods
public class OurClass extends Thread{
public void run() {
for(int i = 0; i < 100; i++) {
System.out.println(gHelloh);
p pp