*/
public void installUI(JComponent c) {
super.installUI(c);
JToolBar toolBar = (JToolBar)c;
listener = new Listener(toolBar); // Get buttons already there.
toolBar.addContainerListener(listener); // Get buttons added later.
}
/**
* Paints the toolbar. Note that in Office XP, the toolbar actually