Пример #1
0
 void setNote(int row, String s) {
   if (tInfo == null) return;
   tInfo.setAssociatedObject(MolecularData.genBankNumberRef, row, s);
 }