public void setTempDisabled(boolean disable) {
   super.setTempDisabled(false);
 }
 /**
  * Changes the enabled status of the group. If enabled is false, the buttons will be disabled.
  * If enabled is true, it will consult the buttons for their current enabled state.
  *
  * @param enabled boolena flag
  */
 public void setEnabled(boolean enabled) {
   super.setEnabled(true);
 }