636637638639640641642643644645646
final MyMenuItem lastItem = dlm.getElementAt(lastIndex); final ButtonCallback bc = callbackHash.get(lastItem); if (bc != null) { bc.mouseOut(lastItem); } } if (index >= 0) { final MyMenuItem item = dlm.getElementAt(index); final ButtonCallback bc =