Microsoft SDK for Java

Graphics.setOpaque

Sets the background fill mode for the Graphics object.

Syntax

public final void setOpaque( boolean opaque )

Parameters

opaque

Set to true if you want the current background color to be the fill color; otherwise, set to false.

See Also   getOpaque

© 1999 Microsoft Corporation. All rights reserved. Terms of use.