@SuppressWarnings ("LeakingThisInConstructor")
public ProjectWizardPanel ( WizardDescriptor desc ) {
this.desc = desc;
initComponents();
configureCaptions( getComponents() );
grp = ValidationGroup.create( new WizardDescriptorAdapter( desc ) );
grp.add( nameField,
StringValidators.REQUIRE_VALID_FILENAME,
StringValidators.REQUIRE_NON_EMPTY_STRING );
grp.add( portField,