* @param expandActionListener
* Expand action listener (can be <code>null</code>).
*/
public JFlowRibbonBand(String title, ResizableIcon icon,
ActionListener expandActionListener) {
super(title, icon, expandActionListener, new JFlowBandControlPanel());
this.resizePolicies = CoreRibbonResizePolicies
.getCoreFlowPoliciesRestrictive(this, 3);
updateUI();
}