Exemplo n.º 1
0
 /** data has been modified, update panes as necesary */
 public final void update() {
   // check they are valid
   if (_theChart != null) _theChart.update();
   if (_theTote != null) _theTote.update();
 }