protected void configDeleteColumn(JTable table) { // have the delete column hold a button setColumnToHoldButton(table, DELETECOL, new JButton(Bundle.getMessage("ButtonDelete"))); }
protected void configValueColumn(JTable table) { // have the value column hold a button setColumnToHoldButton(table, VALUECOL, configureButton()); }