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