public void closeChildProjectHandler() throws Exception
{
ActionCloseChildSpaceProject.s_getInstance().setEnabled(false);
this._dlgClosingProject_ = new GfrDlgTrickModalClosingProject(super._app.getFrame());
if (! this._dlgClosingProject_.init())
{
// don't care
GfrAcrSpcAppClsPrjAbs._LOGGER_.info("! this._dlgClosingProject_.init(), don't care");