addProperty(this.parentDirectory = new FolderField("folder",
"Parent Folder", true));
addProperty(this.projectFilename = new TextField("name",
"Project Name", true));
addProperty(new InformationField(
4,
"Encog projects are typically placed in a project folder. Choose the parent folder, and a name for your project. A subfolder with the same name as your project will be created. Your Encog project file will be placed in this folder, along with any training sets you create."));
render();
}