Secure Global Desktop 管理者ガイド
> アプレット
> getActive (印刷アプレット)
boolean getActive()
The getActive
method lets you determine whether the print applet attempts to make itself the working applet by returning true
or false
.
true
means the print applet will actively attempt to make itself the working applet. false
means the print applet won't make any special effort to do this (the default behavior).
amIActive = getActive();
Determines whether the print applet attempts to make itself the working applet.
Copyright © 1997-2006 Sun Microsystems, Inc. All rights reserved.