コード例 #1
0
ファイル: Spinner.java プロジェクト: suraksh/javaeetutorial5
 public void stopSpinning() {
   spinnerThread.stop();
   spinnerThread = null;
 }