public void setSwingFocusAsPopSubDep3(ICFBamPopSubDep3Obj value) {
   swingFocus = value;
   if (attrJPanel != null) {
     ((ICFBamSwingPopSubDep3JPanelCommon) attrJPanel).setSwingFocus(value);
   }
 }