//============================================================
//                Copyright (c) 2000 aJile Systems
//                     All Rights Reserved
//============================================================

public class Tut1 {	
    public static void main(String args[]) {
	Worker t = new Worker(0x7FFF4);  // Counter location
	t.sleepInterval = 500L;  // 500 msec

	t.start();	
    }
}
