Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

StatusBar.setShowPanels

Sets a boolean value indicating whether the status bar displays any panels that have been added to it using the addPanel method or whether the status bar displays a single line of text.

Syntax

public void setShowPanels( boolean value )

Parameters

value

Set to true if the status bar displays any panels that have been added to it; returns false if the status bar displays a single line of text. The default value is false.

Remarks

When the showPanels property is set to false, the status bar displays the value of its text property.

See Also   getShowPanels