示例#1
0
 /*
  * This method is called to refresh the visualization and optionally update
  * the byte array in helper with the current content of the integer arraylist.
  */
 public void refresh(boolean updateData) {
   wavePanel.refresh(updateData);
   overViewPanel.refresh();
 }