Microsoft SDK for Java

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

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