예제 #1
0
파일: Console.java 프로젝트: xanax/scratch
 void resumePlayThread() {
   synchronized (playThread) {
     setPaused(false);
     playThread.notify();
   }
 }