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