search for: thistread

Displaying 1 result from an estimated 1 matches for "thistread".

Did you mean: thestream
2005 Aug 09
3
file
...0,this); // g.drawImage(img2, m, n, 60, 40, this); } } //********************************* /* public void start(){ if(runner==null){ runner=new Thread(this); runner.start(); } }*/ //********************************** public void run() { Thread thisTread=Thread.currentThread(); while (t == thisTread){ repaint(); current++; if (current >= totalpic) current=0; try{ Thread.sleep(pause); } catch (InterruptedException e){ } } } //********************************* publi...