5455565758596061
protected GfrDlgTabsSettingsDspActionAbs(Frame frmOwner, String strKindObject) { super(frmOwner, strKindObject); super._pnlCommands = new GfrPnlCmdCancelOkApply( (ActionListener) this); }
5051525354555657
protected GfrDlgTabsPrefsAbs() { super(GfrFrmAbs.s_getFrameOwner(GfrPnlStatusBarMain.s_getInstance()), "Preferences"); super._pnlCommands = new GfrPnlCmdCancelOkApply( (ActionListener) this); }
44454647484950
protected GfrDlgCmdCancelOkApplyAbs( JFrame frmOwner, String strTitleSuffix) { super(frmOwner, strTitleSuffix); super._pnlCommand = new GfrPnlCmdCancelOkApply((ActionListener) this); }