MenuComponent.setFont

MenuComponent.setFont

Class Overview | Class Members | This Package | All Packages

Syntax
public void setFont( Font f )
Parameters
f
the font to be set.
Description
Sets the font to be used for this menu component to the specified font. This font is also used by all subcomponents of this menu component, unless those subcomponents specify a different font.

See Also
getFont