static int tableNumColumns(JTable table) { ret table == null ? 0 : swing(func -> int { table.getColumnCount() }); }