static int convertTableRowToModel(final JTable t, final int viewRow) { ret t == null || viewRow < 0 ? -1 : swing(func -> int { t.convertRowIndexToModel(viewRow) }); }