super.getSelectionModel().setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
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())
{