Bonjour,
Remplace le code suivant:
Thread t = new Thread("Thread c ");
t.start();

par:
new Thread(new test_()).start();