Beans.setGuiAvailable

Beans.setGuiAvailable

Class Overview | Class Members | This Package | All Packages

Syntax
public static void setGuiAvailable( boolean isGuiAvailable ) throws SecurityException
Parameters
isGuiAvailable
True if GUI interaction is available.
Description
Used to indicate whether of not we are running in an environment where GUI interaction is available. Note that this method is security checked and is not available to (for example) untrusted applets.