Example #1
0
 public static void main(String[] args) {
   Test t = new Test();
   //        t.simpleWait();
   //        t.loopWait();
   //        t.timerWait();
   //        t.testPickLine();
   //        t.testSing();
   //        t.testSingWithDelay();
   //        t.testSingWithTimer();
   t.testSingWithThreads();
 }
Example #2
0
 public static void main(String[] args) {
   Test test = new Test();
   test.doTest();
 }