} else { return true; }
}
-
+ //// /////////////
+ //// Feature Editing Dialog
+ //// Will be refactored in next release.
+
static String lastFeatureAdded;
static String lastFeatureGroupAdded;
lastFeatureAdded = name.getText().trim();
lastFeatureGroupAdded = source.getText().trim();
lastDescriptionAdded = description.getText().replaceAll("\n", " ");
-
+ // TODO: determine if the null feature group is valid
if (lastFeatureGroupAdded.length() < 1)
lastFeatureGroupAdded = null;
}