bgPicker.show();
bgPicker.setPopupPosition(editor.getAbsoluteLeft() + 50, editor.getAbsoluteTop() + 50);
}
private void init() {
this.bgPicker = new EditorColorPicker("Select Background Color");
this.bgPicker.addSelectListener(this);
this.addClickHandler(this);
}