Example #1
0
 /** Constructor for class ClippyGUI */
 public ClippyGui() throws InterruptedException {
   super(300, 200, 350, 300);
   clippyTxt = new JTextArea("Hello " + "!");
   createPnl();
   setComVisible(false);
   isIdle = true;
   setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
   currentBehavior.setDefaultList();
   currentBehavior.updateList();
   micEnabled = true;
 }