Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
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