JFace

How to force update of the layout of a Eclipse JFace Wizard?

Add this to it's onEnterPage() method:

getShell().layout(true, true);

For more info, see this StackOverflow question: