ad.update("Java Sandbox Detected", sandboxMessage, new ActionDialogOption[0]);
ad.center();
}
} else {
showStatus("Initializing the local LaTeX service. Please accept the certificate when prompted.", true);
latexEngine.start(new ReadyCallback() {
@Override
public void onFailure(Throwable caught) {
clearStatus();
StaticActionDialog ad = StaticActionDialog.get();
if (caught instanceof AppletUnavailableException) {