}
});
// The descriptions can be very wide, so allow multiple lines in the table
TableColumn col = _table.getColumnModel().getColumn(DESCRIPTION_COL);
col.setCellRenderer(new JTextAreaCellRenderer());
col.setCellEditor(new JTextAreaCellEditor(_table));
col.setPreferredWidth(500);
col.setMinWidth(500);
TableUtil.initColumnSizes(_table, show);