return false;
}
if (visAvailable) {
/* Select mote class file */
ImportAppMoteDialog dialog = new ImportAppMoteDialog(parentContainer, simulation, this);
if (!dialog.waitForUserResponse()) {
return false;
}
}
if (moteClassName == null) {
throw new MoteTypeCreationException("Unknown mote class file");