layout2);
layoutLeft.addComponent(panel2);
HorizontalLayout layout3 = createHorizontalLayout();
colorpicker5 = new ColorPickerArea("Foreground", foregroundColor);
colorpicker5.setCaption("Foreground");
colorpicker5.addColorChangeListener(this);
colorpicker5.setId("colorpicker5");
layout3.addComponent(colorpicker5);
layout3.setComponentAlignment(colorpicker5, Alignment.MIDDLE_CENTER);
colorpicker6 = new ColorPickerArea("Background", backgroundColor);
colorpicker6.setCaption("Background");
colorpicker6.setDefaultCaptionEnabled(false);
colorpicker6.addColorChangeListener(this);
colorpicker6.setId("colorpicker6");
layout3.addComponent(colorpicker6);