tags:

views:

41

answers:

3

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?

A: 

No, you can't: as a security measure, all applets must be visually identified as such.

Kico Lobo
A: 

This is just a speculation, but couldn't you overwrite it with a status message?

CPerkins
A: 

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.

Pool
no it doesnt work.....Applet tag means Applet viewer tag?.....by the way where i have to write Applet tag
Hussain