StatusBar.setPanels

Overview | Methods | This Package | All Packages

StatusBar.setPanels

Removes all existing panels from the status bar and adds a set of new panels.

Syntax

public void setPanels( StatusBarPanel[] array )

Parameters

array

An array of StatusBarPanel objects that represent the new panels to add to the status bar.

Remarks

To replace a single panel on the status bar, use the setPanel method. To remove all the panels without replacing them, use the removeAllPanels method.

See Also   getPanels