sS getColumnName(final JTable table, final int idx) { ret table == null ? null : swing(func -> S { table.getColumnCount() <= idx ? null : str(table.getColumnModel().getColumn(idx).getHeaderValue()) }); }