Label nameLabel = new Label(fContainer, SWT.NONE);
nameLabel.setText(Messages.ShowNotifierNewsActionPresentation_SELECT_COLOR);
nameLabel.setLayoutData(new GridData(SWT.BEGINNING, SWT.CENTER, false, true));
fColorPicker = new ColorPicker(fContainer, SWT.FLAT);
fColorPicker.setColor(fSelectedColor);
fColorPicker.getControl().setLayoutData(new GridData(SWT.BEGINNING, SWT.CENTER, false, true));
}