"Use Source tab below to specify a key name " +
"in the <flowController> element, or the imported <flowController>");
} else
keyName = fcd.getKey();
flowControllerKeyGUI.setText(keyName);
Import fcdImport = fcd.getImport();
String fileName = null;
if (null != fcdImport) {
fileName = fcdImport.getLocation();
if (null == fileName || (0 == fileName.length()))
fileName = fcdImport.getName();
}
flowControllerGUI.setText(null == fileName ?
"Warning: no <import> in <flowController>" : fileName);
flowControllerChoice.setText(USER_DEFINED_FLOW);
// must follow label updates