hii to all
I want to hide or display or replace comment 'Applet Started'开发者_高级运维 which display at left bottom of the applet start page how can i do that?
No, you can't: as a security measure, all applets must be visually identified as such.
This is just a speculation, but couldn't you overwrite it with a status message?
Please see this link.
I just solved it actually by setting in the <Applet .... tag the Name= property ...Now the Applet name is consistent across browsers.
Otherwise try repeatedly calling:
getAppletContext().showStatus("");
As described on jGuru.
精彩评论