static int[] selectedTableRows_array(final JTable table) { ret table == null ? null : swing(func -> int[] { table.getSelectedRows() }); }