// ProjectType(JSimConstants.EMPTYPROJECTSTRING);
projectTypes.add(type);
for (int i = 0; i < fileList.length; i++) {
type = new ProjectType();
projectTypeIniReader = new XMLSAXReader(fileList[i],
new ProjectTypeIniHandler(type));
URL schemaURL = this.getClass().getResource(
JSimConstants.PROJECTTYPESCHEMAFILE);
try {
projectTypeIniReader.readXML(schemaURL.toString());
projectTypes.add(type);