// menuMaker = voidfunc(JPopupMenu, int row)
svoid tablePopupMenu_first(JTable table, fO menuMaker) {
  tablePopupMenuFirst(table, menuMaker);
}



svoid tablePopupMenu_first(JTable table, IVF2<JPopupMenu, Int> menuMaker) {
  tablePopupMenuFirst(table, menuMaker);
}