this._rbn_.addChangeListener(this._csr_);
this._rbn_.setHorizontalAlignment(JLabel.CENTER);
super.getColumnModel().getColumn(0).setCellEditor(new GfrImplTableCellEditorAceRbn(this._rbn_));
GfrImplTableCellRendererRbn tcrRbn = new GfrImplTableCellRendererRbn();
if (! tcrRbn.init())
{
System.err.print(GfrPnlGrpSngTblSelectObject.class.getName() + ": ! tcrRbn.init()");
return false;
}