public PSelBtnTfdFileOpenAnyDir(
      javax.swing.event.DocumentListener docListenerParent,
      Frame frmParent,
      ItemListener itmListenerParent,
      String strLabel) {
    super(
        docListenerParent, frmParent, strLabel, true // blnFieldRequired
        );

    super._tfdCurSelection_
        .getDocument()
        .putProperty(
            com.google.code.p.keytooliui.shared.swing.textfield.TFAbstract.f_s_strDocPropKey,
            (Object) PSelBtnTfdFileOpenAnyDir.f_s_strDocPropVal);
  }