boolean getEnabled()
The getEnabled
method lets you check whether a print
applet can be the working applet.
getEnabled
returns true
if a print applet
can be the working applet and false
if it can't.
amIEnabled = getEnabled();
Determines whether the print applet can be the working applet.