Hiding the message window |
You may hide the message window by passing the showMsgWindow applet parameter to the applet with a value of false.
Example
<param name="showMsgWindow" value="false">
The above example demonstrates this setting using HTML applet parameters.
Example
showMsgWindow = false
The above example demonstrates this setting loading applet parameters from the params.txt file.
See also