@Override
public void stateChanged(ChangeEvent e)
{
if (e.getSource() instanceof GfrRbnSettingsChoiceRandomNo)
{
GfrRbnSettingsChoiceRandomNo rbn = (GfrRbnSettingsChoiceRandomNo) e.getSource();
if (rbn.isSelected())
{
if (((JComponent) this._objCustom).isEnabled())
return;
((JComponent) this._objCustom).setEnabled(true);