/**
* Creates new form GradleSingleProjectPropertiesPanel
*/
public GradleSingleProjectPropertiesPanel(WizardDescriptor wizard) {
this.started = new AtomicBoolean(false);
this.bckgValidator = new BackgroundValidator();
this.wizard = wizard;
initComponents();
jProjectLocationEdit.setText(NewProjectUtils.getDefaultProjectDir(wizard));