// TF:02/11/2009:If we're null, we need to set the item to N/A (the default string)
this.fifCloned.getEditor().setItem(anInt.toString());
found = true;
}
else {
num = anInt.intValue();
}
}
// this.fif.setSelectedItem(null);
if (!found) {
int limit = this.fifCloned.getModel().getSize();