static int textAreaTextLength(JTextComponent ta) {
  ret l(getText(ta));
}