Example #1
0
 private void setColor(int it, long c) {
   if (it < 0) return;
   taxa.setAssociatedLong(colorNameRef, it, c);
   table.redrawCell(-1, it);
 }