super(parent, checkStyle(style));
super.setLayout(null);
setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE));
setBackgroundMode(SWT.INHERIT_FORCE);
_sharedContext = new SharedContext(uac, new SWTFontResolver(parent.getDisplay()),
new SWTReplacedElementFactory(), new SWTTextRenderer(), getDisplay().getDPI().y);
_sharedContext.setCanvas(this);
getHorizontalBar().addListener(SWT.Selection, new Listener() {
public void handleEvent(Event event) {