*/
public void windowClosed(Panel panel, AjaxRequestTarget target)
{
if (panel instanceof ModalFormPanel)
{
ModalFormPanel modalFormPanel = (ModalFormPanel)panel;
switch (modalFormPanel.getModalResult())
{
case MessageBox.MR_YES :
resultText = "Positive";
break;