if (parentApplication != null) {
parentApplication.reportStatus(status);
} else {
// otherwise get the applet context and send the message to the browser
AppletContext ctx = this.getAppletContext();
ctx.showStatus(status);
}
waitForNexTick = true;
}
/**