score:1

Accepted answer

you need to set a layout on the composite so that it fills the data area:

composite composite = new composite(getcontainer(), swt.none);

composite.setlayout(new filllayout());

if you want to use the formtoolkit code a lot then formeditor provides more support for this.

score:0

you should override addpages().

javadoc says: subclass should implement this method to add pages to the editor using addpage(iformpage) method.


Related Query

More Query from same tag