String cont = MessageManager.getString("label.continue");
Desktop.instance.nonBlockingDialog(title, warning, url, cont,
- JvOptionPane.WARNING_MESSAGE, false, true, true, 2000);
+ JvOptionPane.WARNING_MESSAGE, false, true, true, 30000);
}
}
if (j.getCommands() != null && j.getCommands().getErrors().size() > 0)
boolean html, boolean modal, int timeout)
{
nonBlockingDialog(32, 2, title, message, boxtext, button, type,
- scrollable, false, modal, timeout);
+ scrollable, html, modal, timeout);
}
public void nonBlockingDialog(int width, int height, String title,