Color
. This method uses the current Color
exclusively and ignores the current Paint
.
@param x the x coordinate of the rectangle to be filled.
@param y the y coordinate of the rectangle to be filled.
@param width the width of the rectangle to be filled.
@param height the height of the rectangle to be filled.
@param raised a boolean value that determines whether the rectangle appears to be raised above the surface or etched into the surface.
@see java.awt.Graphics#draw3DRect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|