public void itemStateChanged(ItemEvent e)
{
Object itemValue = e.getItem();
ItsNatComboBox combo = getItsNatComboBox();
int index = combo.indexOf(itemValue);
int status = e.getStateChange();
//HTMLDocument doc = (HTMLDocument)itsNatDoc.getDocument();
String msg = "ERROR ";
if (status == ItemEvent.DESELECTED)
msg = "OK deselected " + index + " ";