StatusBarPanel.setToolTipText

Overview | Methods | This Package | All Packages

StatusBarPanel.setToolTipText

Sets the ToolTip for the panel. (A ToolTip is the text that is displayed when the mouse pointer hovers over the panel.)

Syntax

public void setToolTipText( String text )

Parameters

text

A string that represents the ToolTip text.

See Also   getToolTipText