svoid setColumnName(final JTable table, final int idx, fS name) { if (table != null) swing { if (table.getColumnCount() > idx) table.getColumnModel().getColumn(idx).setHeaderValue(name); } }