开发者

want to hide or remove or replace comment "Applet Started"

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜