Resizeable JFace Dialog

Add to in the constructor of the dialog:

setShellStyle(getShellStyle() | SWT.RESIZE);

Or overwrite isResizeable().