try
{
String name = "com.meapsoft.featextractors." + (String)v.elementAt(i);
f = (FeatureExtractor)(Class.forName(name).newInstance());
featureDescriptions.add(f.description());
}
catch (Exception e)
{
GUIUtils.ShowDialog("", GUIUtils.MESSAGE, meapsoftGUI.jframe);
//ShowDialog(e, "", FATAL_ERROR);