Thread Example

Thread Example

This is the structure of the ThreadDemo program’s Thread related classes:

class Loop implements Runnable {

public void run()

{while(true) DisplayThread.rotate();}

}

Previous slide Next slide Back to the first slide View Graphic Version