开发者

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

开发者 https://www.devze.com 2022-12-22 11:08 出处:网络
hii to all I want to hide or display or replace comment \'Applet Started\'开发者_高级运维 which display at left bottom of the applet start page

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

精彩评论

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

关注公众号