I have something like the following:


class t_thread extends Thread {

public t_thread() {
new Thread(this).start();
}

@Override