private void showClientPropertiesDialog() { ConfigureClientPropertiesDialog dlg = new ConfigureClientPropertiesDialog(myProject); dlg.show(); if (dlg.getExitCode() == DialogWrapper.OK_EXIT_CODE) { dlg.save(); fireValueCommitted(true, false); } }