コード例 #1
0
ファイル: ClippyGui.java プロジェクト: teihoata/Clippy
 /**
  * Sets and switch to the current behavior
  *
  * @param behav the selected behavior
  */
 public void setCurrentBehavior(MyBehavior behav) {
   currentBehavior = behav;
   exeState = true;
   setClippyTxt("Entering " + currentBehavior.getName());
   voiceMenu.setBehavior(currentBehavior);
 }