// with the form API changes (self containment), it happens that we have many empty toolstrips
// these will be suppressed
if(additionalButtons.isEmpty())
toolStrip.addStyleName("suppressed");
return toolStrip;
}
public void addToolButtonRight(ToolButton btn) {