コード例 #1
0
ファイル: GamePanel.java プロジェクト: pasqualearieta/Pool
 public void start() throws IOException {
   this.requestFocus();
   matchManager.setHowToPlay(howToPlay, save);
   matchManager.start(
       new Runnable() {
         @Override
         public void run() {
           repaint();
         }
       });
 }