this.radioVal.set(curSide);
// remember the orientation to use
orientation = (curSide == SWT.LEFT || curSide == SWT.RIGHT) ? SWT.VERTICAL : SWT.HORIZONTAL;
frame = new TrimFrame(wbw.getShell());
// Create the necessary parts...
cb = new CoolBar(frame.getComposite(), orientation | SWT.FLAT);
ci = new CoolItem(cb, SWT.FLAT);