}
private JComponent layoutButtons() {
BoxBuilder buttons = BoxBuilder.horizontal();
buttons.add(helpButton).glue().addAllWithSpace(10, createOKButton(), createCancelButton(), createApplyButton());
getApplyButton().setAction(new ApplyPluginSettingsAction(model, controller));
buttons.setBorder(Empty.border(10));
buttons.setBackground(Colors.JITTERBIT_BLUE);
return buttons.container();
}