Removes all existing panels from the status bar and adds a set of new panels.
public void setPanels( StatusBarPanel[] array )
array
An array of StatusBarPanel objects that represent the new panels to add to the status bar.
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